mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
fix: scaleway documentation, remove SCW_DEFAULT_ORGANIZATION_ID
This commit is contained in:
parent
736c763650
commit
b99289d0c9
@ -19,12 +19,10 @@ In this example we will use `example.com` as an example.
|
||||
To use ExternalDNS with Scaleway DNS, you need to create an API token (composed of the Access Key and the Secret Key).
|
||||
You can either use existing ones or you can create a new token, as explained in [How to generate an API token](https://www.scaleway.com/en/docs/generate-an-api-token/) or directly by going to the [credentials page](https://console.scaleway.com/account/organization/credentials).
|
||||
|
||||
Note that you will also need to the Organization ID, which can be retrieve on the same page.
|
||||
|
||||
Three environment variables are needed to run ExternalDNS with Scaleway DNS:
|
||||
Two environment variables are needed to run ExternalDNS with Scaleway DNS:
|
||||
- `SCW_ACCESS_KEY` which is the Access Key.
|
||||
- `SCW_SECRET_KEY` which is the Secret Key.
|
||||
- `SCW_DEFAULT_ORGANIZATION_ID` which is the Default Organization ID.
|
||||
|
||||
## Deploy ExternalDNS
|
||||
|
||||
@ -63,8 +61,6 @@ spec:
|
||||
value: "<your access key>"
|
||||
- name: SCW_SECRET_KEY
|
||||
value: "<your secret key>"
|
||||
- name: SCW_DEFAULT_ORGANIZATION_ID
|
||||
value: "<your default organization ID>"
|
||||
```
|
||||
|
||||
### Manifest (for clusters with RBAC enabled)
|
||||
@ -131,8 +127,6 @@ spec:
|
||||
value: "<your access key>"
|
||||
- name: SCW_SECRET_KEY
|
||||
value: "<your secret key>"
|
||||
- name: SCW_DEFAULT_ORGANIZATION_ID
|
||||
value: "<your default organization ID>"
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user