Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/capi-operator-proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ data:
AWS_ACCESS_KEY_ID: ...
AWS_SECRET_ACCESS_KEY: ...
---
apiVersion: management.cluster.x-k8s.io/v1alpha1
apiVersion: operator.cluster.x-k8s.io/v1alpha1
kind: InfrastructureProvider
metadata:
name: aws
Expand Down Expand Up @@ -504,7 +504,7 @@ spec:

```yaml
---
apiVersion: management.cluster.x-k8s.io/v1alpha1
apiVersion: operator.cluster.x-k8s.io/v1alpha1
kind: InfrastructureProvider
metadata:
name: aws
Expand All @@ -523,7 +523,7 @@ spec:

```yaml
---
apiVersion: management.cluster.x-k8s.io/v1alpha1
apiVersion: operator.cluster.x-k8s.io/v1alpha1
kind: ControlPlaneProvider
metadata:
name: kubeadm
Expand All @@ -548,7 +548,7 @@ spec:

```yaml
---
apiVersion: management.cluster.x-k8s.io/v1alpha1
apiVersion: operator.cluster.x-k8s.io/v1alpha1
kind: InfrastructureProvider
metadata:
name: myazure
Expand All @@ -574,7 +574,7 @@ See more examples in the [air-gapped environment section](#air-gapped-environmen

```yaml
---
apiVersion: management.cluster.x-k8s.io/v1alpha1
apiVersion: operator.cluster.x-k8s.io/v1alpha1
kind: InfrastructureProvider
metadata:
name: vsphere
Expand Down Expand Up @@ -701,7 +701,7 @@ as described in the previous paragraph (change the `spec.Version` field).

When a provider is paused the number of replicas will be scaled to 0; the
operator will add a new
`management.cluster.x-k8s.io/original-controller-replicas` annotation to store
`operator.cluster.x-k8s.io/original-controller-replicas` annotation to store
the original replica count.

Once all the providers are upgraded to a version that abides to the new
Expand Down Expand Up @@ -851,7 +851,7 @@ data:
metadata: |
# metadata information goes here
---
apiVersion: management.cluster.x-k8s.io/v1alpha1
apiVersion: operator.cluster.x-k8s.io/v1alpha1
kind: InfrastructureProvider
metadata:
name: azure
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ stringData:
AZURE_TENANT_ID_B64: Zm9vCg==
github-token: ghp_fff
---
apiVersion: management.cluster.x-k8s.io/v1alpha1
apiVersion: operator.cluster.x-k8s.io/v1alpha1
kind: InfrastructureProvider
metadata:
name: azure
Expand Down