Skip to content

Commit

Permalink
change docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rpahli committed Jul 24, 2024
1 parent cc2f8cd commit 3e6fffa
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/providers-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ metadata:
namespace: default
spec:
clusterNetwork:
apiServerPort: 443
pods:
cidrBlocks:
- 192.168.0.0/16
- 10.244.0.0/16
controlPlaneRef:
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
kind: KamajiControlPlane
Expand All @@ -46,11 +47,10 @@ spec:
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: AzureClusterIdentity
name: azure-identity
location: germanywestcentral
location: westeurope
controlPlaneEnabled: false
networkSpec:
subnets:
- name: control-plane-subnet
role: control-plane
- name: node-subnet
role: node
vnet:
Expand Down Expand Up @@ -97,11 +97,10 @@ spec:
- InternalIP
- Hostname
network:
serviceAddress: 78.134.89.204
serviceType: ClusterIP
serviceType: LoadBalancer
deployment:
replicas: 2
version: 1.26.0
version: 1.30.0
---
apiVersion: cluster.x-k8s.io/v1beta1
kind: MachineDeployment
Expand All @@ -125,7 +124,7 @@ spec:
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: AzureMachineTemplate
name: capi-quickstart-md-0
version: v1.26.0
version: v1.30.0
---
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: AzureMachineTemplate
Expand Down

0 comments on commit 3e6fffa

Please sign in to comment.