Created
December 28, 2024 14:39
-
-
Save sadysnaat/8bceca8eb99a79bfb0290560f799fb28 to your computer and use it in GitHub Desktop.
Sample Cluster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: cluster.x-k8s.io/v1beta1 | |
kind: Cluster | |
metadata: | |
name: sample-cluster | |
spec: | |
clusterNetwork: | |
pods: | |
cidrBlocks: ["192.168.0.0/16"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment