We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036b15e commit bdb8156Copy full SHA for bdb8156
README.md
@@ -49,7 +49,7 @@ You Created. --> Save.
49
50
# 6) create an S3 bucket Execute below commond in KOPS Server use unique bucket name if you get bucket name exists error.
51
52
- aws s3 mb s3://nubonglegah.k8.local
+ aws s3 mb s3://class21.k8s.local
53
aws s3 ls
54
55
ex:
@@ -62,8 +62,8 @@ You Created. --> Save.
62
vi .bashrc
63
64
# Give Unique Name And S3 Bucket which you created.
65
- export NAME=s3://legah2045.k8.local
66
- export KOPS_STATE_STORE=s3://legah2045.k8.local
+ export NAME=class21.k8s.local
+ export KOPS_STATE_STORE=s3://class21.k8s.local
67
68
source .bashrc
69
0 commit comments