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
| maas admin boot-resources create name=custom/u2204-k1314-n55014403-o24101140-v4032 architecture=amd64/generic title=u2204-k1314-n55014403-o24101140-v4032 subarches=generic base_image=ubuntu/jammy content@=u2204-k1314-n55014403-o24101140-v4032.tar.gz | |
| kubectl set image deployments.apps -n capmaas-system capmaas-controller-manager manager=docker.io/chadmoon/cluster-api-provider-maas-controller:v0.6.1-amd64 | |
| https://gist.github.com/moondev/011c6c6b1de65e5876a806e7ba48452f/raw/1485511cb91d15370eab7aac79a71e0b2b94a86c/mgmt.yaml | |
| kubectl taint nodes --all node-role.kubernetes.io/control-plane- | |
| kubectl label nodes --all node.kubernetes.io/exclude-from-external-load-balancers- | |
| apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.1/manifests/calico.yaml |
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
| . { | |
| forward . 8.8.8.8 | |
| # ip-a-b-c-d.example A a.b.c.d | |
| template IN A lb.run { | |
| match (.*)-(?P<a>[0-9]*)-(?P<b>[0-9]*)-(?P<c>[0-9]*)-(?P<d>[0-9]*)[.]ip[.]lb[.]run[.]$ | |
| answer "{{ .Name }} 60 IN A {{ .Group.a }}.{{ .Group.b }}.{{ .Group.c }}.{{ .Group.d }}" | |
| fallthrough | |
| } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| charts |
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
| TKG_HTTP_PROXY_ENABLED: 'true' | |
| TKG_HTTP_PROXY: "http://192.168.116.29:3128" | |
| TKG_HTTPS_PROXY: "http://192.168.116.29:3128" | |
| TKG_NO_PROXY: "eng.vmware.com,127.0.0.0/8,::1,svc,svc.cluster.local,100.64.0.0/16,100.96.0.0/16,192.168.111.0/24,192.168.116.0/24,192.168.117.0/24,192.168.118.0/24,192.168.119.0/24,192.168.120.0/24" |
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
| --- | |
| kind: Cluster | |
| apiVersion: kind.x-k8s.io/v1alpha4 | |
| kubeadmConfigPatches: | |
| - | | |
| apiVersion: kubeadm.k8s.io/v1beta2 | |
| kind: ClusterConfiguration | |
| dns: | |
| type: CoreDNS | |
| imageRepository: projects.registry.vmware.com/tkg |
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
| { | |
| "DiskProvisioning": "thin", | |
| "IPAllocationPolicy": "dhcpPolicy", | |
| "IPProtocol": "IPv4", | |
| "NetworkMapping": [ | |
| { | |
| "Name": "nic0", | |
| "Network": "VM Network" | |
| } | |
| ], |
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
| ChromeCast init |
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
| example chromecast |
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: v1 | |
| kind: Namespace | |
| metadata: | |
| name: istio-system |
NewerOlder