Skip to content

Commit bdb8156

Browse files
authored
Update README.md
1 parent 036b15e commit bdb8156

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You Created. --> Save.
4949

5050
# 6) create an S3 bucket Execute below commond in KOPS Server use unique bucket name if you get bucket name exists error.
5151

52-
aws s3 mb s3://nubonglegah.k8.local
52+
aws s3 mb s3://class21.k8s.local
5353
aws s3 ls
5454

5555
ex:
@@ -62,8 +62,8 @@ You Created. --> Save.
6262
vi .bashrc
6363

6464
# 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
65+
export NAME=class21.k8s.local
66+
export KOPS_STATE_STORE=s3://class21.k8s.local
6767

6868
source .bashrc
6969

0 commit comments

Comments
 (0)