Skip to content

Commit

Permalink
updated the file names in setting admin privileges in Google Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
nsathyaseelan committed Feb 12, 2018
1 parent d91011f commit 6b0a46d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/source/install/cloud_solutions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Create an administrator configuration context from the configuration shell using
::

gcloud container clusters list
kubectl config set-context doc-test --cluster=gke_maya-chatops_us-central1-a_maya-chatops --user=cluster-admin
kubectl config set-context doc-test --cluster=gke_maya-chatops_us-central1-a_doc-test --user=cluster-admin

c. Download the latest OpenEBS files using the following commands.
::
Expand All @@ -361,10 +361,10 @@ Click the cluster you have created and select **Show Credentials**.
d. Apply OpenEBS Operator and add related OpenEBS Storage Classes, that can be used by developers and applications using the following commands.
::

kubectl config use-context demo-openebs03
kubectl config use-context doc-test
kubectl apply -f openebs-operator.yaml
kubectl apply -f openebs-storageclasses.yaml
kubectl config use-context gke_strong-eon-153112_us-central1-a_demo-openebs03
kubectl config use-context gke_maya-chatops_us-central1-a_doc-test

**Note:**

Expand Down

0 comments on commit 6b0a46d

Please sign in to comment.