Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created December 13, 2023 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gowatana/a5f7c0e4cae41037cb1f31a963a74cf9 to your computer and use it in GitHub Desktop.
Save gowatana/a5f7c0e4cae41037cb1f31a963a74cf9 to your computer and use it in GitHub Desktop.
# This section includes base Calico installation configuration.
# For more information, see: https://projectcalico.docs.tigera.io/master/reference/installation/api#operator.tigera.io/v1.Installation
apiVersion: operator.tigera.io/v1
kind: Installation
metadata:
name: default
spec:
# Configures Calico networking.
calicoNetwork:
# Note: The ipPools section cannot be modified post-install.
ipPools:
- blockSize: 24
cidr: 172.20.0.0/16
encapsulation: VXLANCrossSubnet
natOutgoing: Enabled
nodeSelector: all()
---
# This section configures the Calico API server.
# For more information, see: https://projectcalico.docs.tigera.io/master/reference/installation/api#operator.tigera.io/v1.APIServer
apiVersion: operator.tigera.io/v1
kind: APIServer
metadata:
name: default
spec: {}
@gowatana
Copy link
Author

下記の投稿むけ。

CAPX(Cluster API Provider Nutanix Cloud Infrastructure)で Kubernetes 環境構築してみる。Part-03
https://blog.ntnx.jp/entry/2023/12/13/222307

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment