Skip to content

Commit 6d1acec

Browse files
authored
Merge pull request #90 from gyliu513/readme-pic
Added more pictures in README.
2 parents 7639a69 + 9abd1f8 commit 6d1acec

File tree

6 files changed

+5
-0
lines changed

6 files changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,19 @@ Participation in the Kubernetes community is governed by the [Kubernetes Code of
9090
You can get `userName` and `apiKey` from https://control.softlayer.com/ .
9191
- Logon to https://control.softlayer.com/ .
9292
- Click your user name on the right top of the console.
93+
![ibmcloud account](docs/images/ibmcloud-account.png)
9394
- The console will navigate you to the page of `Edit User Profile`.
95+
![ibmcloud profile](docs/images/ibmcloud-profile.png)
9496
- Scroll down the page to the bottom, you will see a section `API Access Information`. You can get `userName` and `apiKey` from there.
97+
![ibmcloud auth](docs/images/ibmcloud-auth.png)
9598

9699
#### Special notes on ssh keys and fetching `admin.conf`
97100

98101
In order to allow `clusterctl` to fetch Kubernetes' `admin.conf` from the master node, you **must** manually create the key pair in IBM Cloud. By default the generated `machine.yaml` uses `cluster-api-provider-ibmcloud` to be the `sshKeyName`. However, you are free to change that.
99102

100103
For the ssh key, you can logon to https://control.softlayer.com/ , click `Devices->Manage->SSH Keys`, you will be navigated to the page of `SSH Keys`, click `Add` to create your own key.
104+
![ibmcloud key management](docs/images/ibmcloud-key.png)
105+
![ibmcloud key add](docs/images/ibmcloud-addkey.png)
101106

102107
2. Create a cluster:
103108
- If you are using minikube:

docs/images/ibmcloud-account.png

396 KB
Loading

docs/images/ibmcloud-addkey.png

176 KB
Loading

docs/images/ibmcloud-auth.png

324 KB
Loading

docs/images/ibmcloud-key.png

431 KB
Loading

docs/images/ibmcloud-profile.png

306 KB
Loading

0 commit comments

Comments
 (0)