Skip to content

Commit

Permalink
add missing 'bundlesRef: null' to generated cluster config
Browse files Browse the repository at this point in the history
  • Loading branch information
drewvanstone committed Sep 10, 2023
1 parent 4454e7b commit 3b9a437
Showing 1 changed file with 27 additions and 26 deletions.
53 changes: 27 additions & 26 deletions docs/content/en/docs/getting-started/docker/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,37 +93,38 @@ sudo chmod +x /usr/local/bin/kubectl
apiVersion: anywhere.eks.amazonaws.com/v1alpha1
kind: Cluster
metadata:
name: mgmt
name: mgmt
spec:
clusterNetwork:
cniConfig:
cilium: {}
pods:
cidrBlocks:
- 192.168.0.0/16
services:
cidrBlocks:
- 10.96.0.0/12
controlPlaneConfiguration:
count: 1
datacenterRef:
kind: DockerDatacenterConfig
name: mgmt
externalEtcdConfiguration:
count: 1
kubernetesVersion: "1.27"
managementCluster:
name: mgmt
workerNodeGroupConfigurations:
- count: 1
name: md-0
bundlesRef: null
clusterNetwork:
cniConfig:
cilium: {}
pods:
cidrBlocks:
- 192.168.0.0/16
services:
cidrBlocks:
- 10.96.0.0/12
controlPlaneConfiguration:
count: 1
datacenterRef:
kind: DockerDatacenterConfig
name: mgmt
externalEtcdConfiguration:
count: 1
kubernetesVersion: "1.27"
managementCluster:
name: mgmt
workerNodeGroupConfigurations:
- count: 1
name: md-0

---
apiVersion: anywhere.eks.amazonaws.com/v1alpha1
kind: DockerDatacenterConfig
metadata:
name: mgmt
spec: {}

name: mgmt
spec: {}:
```
1. Create Docker Cluster. Note the following command may take several minutes to complete. You can run the command with -v 6 to increase logging verbosity to see the progress of the command.
Expand Down

0 comments on commit 3b9a437

Please sign in to comment.