Skip to content

Commit 5ccca0d

Browse files
Maxusmustiopenshift-merge-robot
authored andcommitted
Updated auth block
1 parent 4a7c590 commit 5ccca0d

15 files changed

+45
-15
lines changed

demo-notebooks/guided-demos/0_basic_ray.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
"metadata": {},
3131
"outputs": [],
3232
"source": [
33-
"# Create authentication object for oc user permissions\n",
33+
"# Create authentication object for user permissions\n",
34+
"# IF unused, SDK will automatically check for default kubeconfig, then in-cluster config\n",
35+
"# KubeConfigFileAuthentication can also be used to specify kubeconfig path manually\n",
3436
"auth = TokenAuthentication(\n",
3537
" token = \"XXXXX\",\n",
3638
" server = \"XXXXX\",\n",

demo-notebooks/guided-demos/1_basic_instascale.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
"metadata": {},
2828
"outputs": [],
2929
"source": [
30-
"# Create authentication object for oc user permissions\n",
30+
"# Create authentication object for user permissions\n",
31+
"# IF unused, SDK will automatically check for default kubeconfig, then in-cluster config\n",
32+
"# KubeConfigFileAuthentication can also be used to specify kubeconfig path manually\n",
3133
"auth = TokenAuthentication(\n",
3234
" token = \"XXXXX\",\n",
3335
" server = \"XXXXX\",\n",

demo-notebooks/guided-demos/2_basic_jobs.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
"metadata": {},
2828
"outputs": [],
2929
"source": [
30-
"# Create authentication object for oc user permissions\n",
30+
"# Create authentication object for user permissions\n",
31+
"# IF unused, SDK will automatically check for default kubeconfig, then in-cluster config\n",
32+
"# KubeConfigFileAuthentication can also be used to specify kubeconfig path manually\n",
3133
"auth = TokenAuthentication(\n",
3234
" token = \"XXXXX\",\n",
3335
" server = \"XXXXX\",\n",

demo-notebooks/guided-demos/3_basic_interactive.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
"metadata": {},
2828
"outputs": [],
2929
"source": [
30-
"# Create authentication object for oc user permissions\n",
30+
"# Create authentication object for user permissions\n",
31+
"# IF unused, SDK will automatically check for default kubeconfig, then in-cluster config\n",
32+
"# KubeConfigFileAuthentication can also be used to specify kubeconfig path manually\n",
3133
"auth = TokenAuthentication(\n",
3234
" token = \"XXXXX\",\n",
3335
" server = \"XXXXX\",\n",

demo-notebooks/guided-demos/4_gpt.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"metadata": {},
2020
"outputs": [],
2121
"source": [
22-
"# Create authentication object for oc user permissions\n",
22+
"# Create authentication object for user permissions\n",
23+
"# IF unused, SDK will automatically check for default kubeconfig, then in-cluster config\n",
24+
"# KubeConfigFileAuthentication can also be used to specify kubeconfig path manually\n",
2325
"auth = TokenAuthentication(\n",
2426
" token = \"XXXXX\",\n",
2527
" server = \"XXXXX\",\n",

demo-notebooks/guided-demos/notebook-ex-outputs/0_basic_ray.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
"metadata": {},
3131
"outputs": [],
3232
"source": [
33-
"# Create authentication object for oc user permissions\n",
33+
"# Create authentication object for user permissions\n",
34+
"# IF unused, SDK will automatically check for default kubeconfig, then in-cluster config\n",
35+
"# KubeConfigFileAuthentication can also be used to specify kubeconfig path manually\n",
3436
"auth = TokenAuthentication(\n",
3537
" token = \"XXXXX\",\n",
3638
" server = \"XXXXX\",\n",

demo-notebooks/guided-demos/notebook-ex-outputs/1_basic_instascale.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
"metadata": {},
2828
"outputs": [],
2929
"source": [
30-
"# Create authentication object for oc user permissions\n",
30+
"# Create authentication object for user permissions\n",
31+
"# IF unused, SDK will automatically check for default kubeconfig, then in-cluster config\n",
32+
"# KubeConfigFileAuthentication can also be used to specify kubeconfig path manually\n",
3133
"auth = TokenAuthentication(\n",
3234
" token = \"XXXXX\",\n",
3335
" server = \"XXXXX\",\n",

demo-notebooks/guided-demos/notebook-ex-outputs/2_basic_jobs.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
"metadata": {},
2828
"outputs": [],
2929
"source": [
30-
"# Create authentication object for oc user permissions\n",
30+
"# Create authentication object for user permissions\n",
31+
"# IF unused, SDK will automatically check for default kubeconfig, then in-cluster config\n",
32+
"# KubeConfigFileAuthentication can also be used to specify kubeconfig path manually\n",
3133
"auth = TokenAuthentication(\n",
3234
" token = \"XXXXX\",\n",
3335
" server = \"XXXXX\",\n",

demo-notebooks/guided-demos/notebook-ex-outputs/3_basic_interactive.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
"metadata": {},
2828
"outputs": [],
2929
"source": [
30-
"# Create authentication object for oc user permissions\n",
30+
"# Create authentication object for user permissions\n",
31+
"# IF unused, SDK will automatically check for default kubeconfig, then in-cluster config\n",
32+
"# KubeConfigFileAuthentication can also be used to specify kubeconfig path manually\n",
3133
"auth = TokenAuthentication(\n",
3234
" token = \"XXXXX\",\n",
3335
" server = \"XXXXX\",\n",

demo-notebooks/guided-demos/notebook-ex-outputs/4_gpt.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"metadata": {},
2020
"outputs": [],
2121
"source": [
22-
"# Create authentication object for oc user permissions\n",
22+
"# Create authentication object for user permissions\n",
23+
"# IF unused, SDK will automatically check for default kubeconfig, then in-cluster config\n",
24+
"# KubeConfigFileAuthentication can also be used to specify kubeconfig path manually\n",
2325
"auth = TokenAuthentication(\n",
2426
" token = \"XXXXX\",\n",
2527
" server = \"XXXXX\",\n",

0 commit comments

Comments
 (0)