Skip to content

Commit edd69dd

Browse files
authored
Update getting started as scaleway provider is now available in clusterctl (#27)
1 parent bcf3310 commit edd69dd

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

docs/getting-started.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,8 @@ export KUBECONFIG=/path/to/your/kubeconfig
5353
### Install cluster API and the Scaleway provider
5454

5555
1. Follow these instructions to install the `clusterctl` command-line tool: [Install clusterctl](https://cluster-api.sigs.k8s.io/user/quick-start#install-clusterctl)
56-
2. Add `scaleway` to the provider repositories by following this [documentation](https://cluster-api.sigs.k8s.io/clusterctl/configuration#provider-repositories).
57-
You should have the following config:
5856

59-
```bash
60-
$ cat $HOME/.config/cluster-api/clusterctl.yaml
61-
providers:
62-
- name: "scaleway"
63-
url: "https://github.com/scaleway/cluster-api-provider-scaleway/releases/latest/infrastructure-components.yaml"
64-
type: "InfrastructureProvider"
65-
```
66-
67-
3. Initialize the management cluster:
57+
2. Initialize the management cluster:
6858

6959
```console
7060
$ clusterctl init --infrastructure scaleway

0 commit comments

Comments
 (0)