66a5dbd574
* This function will be used by the k8scontrol and ephemeral to deploy calico via function. * We will no longer apply the upstream version of calico. Change-Id: I46ccae8e3fe9475cfad35d713a2faf7520f2a6a5 Relates-To: #302
8 lines
204 B
YAML
8 lines
204 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- kube-controllers-role.yaml
|
|
- kube-controllers-service-account.yaml
|
|
- node-rolebinding.yaml
|
|
- node-service-account.yaml
|