mirror of https://github.com/kubernetes/kops.git
./hack/update-expected.sh
This commit is contained in:
parent
fb3e5cec14
commit
39293d69b6
|
@ -99,7 +99,7 @@ spec:
|
|||
version: 9.99.0
|
||||
- id: k8s-1.25
|
||||
manifest: networking.projectcalico.org/k8s-1.25.yaml
|
||||
manifestHash: 0b908c4c6d7093e9cafdde3db1b448088de2de8b42f726869176a7ed43767a80
|
||||
manifestHash: a735f7e1f8268fef16ace45bde3ff4dc3830cee556ed652900a66acd7cc922b8
|
||||
name: networking.projectcalico.org
|
||||
prune:
|
||||
kinds:
|
||||
|
|
|
@ -215,8 +215,14 @@ spec:
|
|||
a valid secret key.
|
||||
type: string
|
||||
name:
|
||||
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Add other useful fields. apiVersion, kind, uid?'
|
||||
default: ""
|
||||
description: 'Name of the referent. This field is effectively
|
||||
required, but due to backwards compatibility is allowed
|
||||
to be empty. Instances of this type with an empty value
|
||||
here are almost certainly wrong. TODO: Add other useful
|
||||
fields. apiVersion, kind, uid? More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Drop `kubebuilder:default` when controller-gen doesn''t
|
||||
need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.'
|
||||
type: string
|
||||
optional:
|
||||
description: Specify whether the Secret or its key must be
|
||||
|
@ -576,8 +582,14 @@ spec:
|
|||
a valid secret key.
|
||||
type: string
|
||||
name:
|
||||
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Add other useful fields. apiVersion, kind, uid?'
|
||||
default: ""
|
||||
description: 'Name of the referent. This field is effectively
|
||||
required, but due to backwards compatibility is allowed
|
||||
to be empty. Instances of this type with an empty value
|
||||
here are almost certainly wrong. TODO: Add other useful
|
||||
fields. apiVersion, kind, uid? More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Drop `kubebuilder:default` when controller-gen doesn''t
|
||||
need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.'
|
||||
type: string
|
||||
optional:
|
||||
description: Specify whether the Secret or its key must be
|
||||
|
@ -5936,6 +5948,7 @@ rules:
|
|||
- kubecontrollersconfigurations
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- create
|
||||
- update
|
||||
- watch
|
||||
|
@ -6165,6 +6178,25 @@ rules:
|
|||
|
||||
---
|
||||
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
addon.kops.k8s.io/name: networking.projectcalico.org
|
||||
app.kubernetes.io/managed-by: kops
|
||||
role.kubernetes.io/networking: "1"
|
||||
name: calico-tier-getter
|
||||
rules:
|
||||
- apiGroups:
|
||||
- projectcalico.org
|
||||
resources:
|
||||
- tiers
|
||||
verbs:
|
||||
- get
|
||||
|
||||
---
|
||||
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
|
@ -6225,6 +6257,26 @@ subjects:
|
|||
|
||||
---
|
||||
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
addon.kops.k8s.io/name: networking.projectcalico.org
|
||||
app.kubernetes.io/managed-by: kops
|
||||
role.kubernetes.io/networking: "1"
|
||||
name: calico-tier-getter
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
name: calico-tier-getter
|
||||
subjects:
|
||||
- apiGroup: rbac.authorization.k8s.io
|
||||
kind: User
|
||||
name: system:kube-controller-manager
|
||||
|
||||
---
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
|
@ -6337,7 +6389,7 @@ spec:
|
|||
- configMapRef:
|
||||
name: kubernetes-services-endpoint
|
||||
optional: true
|
||||
image: docker.io/calico/node:v3.29.2
|
||||
image: docker.io/calico/node:v3.29.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
lifecycle:
|
||||
preStop:
|
||||
|
@ -6417,7 +6469,7 @@ spec:
|
|||
- configMapRef:
|
||||
name: kubernetes-services-endpoint
|
||||
optional: true
|
||||
image: docker.io/calico/cni:v3.29.2
|
||||
image: docker.io/calico/cni:v3.29.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: install-cni
|
||||
securityContext:
|
||||
|
@ -6431,7 +6483,7 @@ spec:
|
|||
- calico-node
|
||||
- -init
|
||||
- -best-effort
|
||||
image: docker.io/calico/node:v3.29.2
|
||||
image: docker.io/calico/node:v3.29.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: mount-bpffs
|
||||
securityContext:
|
||||
|
@ -6560,7 +6612,7 @@ spec:
|
|||
value: node
|
||||
- name: DATASTORE_TYPE
|
||||
value: kubernetes
|
||||
image: docker.io/calico/kube-controllers:v3.29.2
|
||||
image: docker.io/calico/kube-controllers:v3.29.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
exec:
|
||||
|
|
|
@ -99,7 +99,7 @@ spec:
|
|||
version: 9.99.0
|
||||
- id: k8s-1.25
|
||||
manifest: networking.projectcalico.org/k8s-1.25.yaml
|
||||
manifestHash: f16968ad43bb21350e5b985ef6137cda40767f6a06509ec9b05e6b1e80b60301
|
||||
manifestHash: 8b3d57ff3970226f2c60ad5aca681c69bad8cbf7270b34c20e215da20021922f
|
||||
name: networking.projectcalico.org
|
||||
prune:
|
||||
kinds:
|
||||
|
|
|
@ -214,8 +214,14 @@ spec:
|
|||
a valid secret key.
|
||||
type: string
|
||||
name:
|
||||
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Add other useful fields. apiVersion, kind, uid?'
|
||||
default: ""
|
||||
description: 'Name of the referent. This field is effectively
|
||||
required, but due to backwards compatibility is allowed
|
||||
to be empty. Instances of this type with an empty value
|
||||
here are almost certainly wrong. TODO: Add other useful
|
||||
fields. apiVersion, kind, uid? More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Drop `kubebuilder:default` when controller-gen doesn''t
|
||||
need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.'
|
||||
type: string
|
||||
optional:
|
||||
description: Specify whether the Secret or its key must be
|
||||
|
@ -575,8 +581,14 @@ spec:
|
|||
a valid secret key.
|
||||
type: string
|
||||
name:
|
||||
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Add other useful fields. apiVersion, kind, uid?'
|
||||
default: ""
|
||||
description: 'Name of the referent. This field is effectively
|
||||
required, but due to backwards compatibility is allowed
|
||||
to be empty. Instances of this type with an empty value
|
||||
here are almost certainly wrong. TODO: Add other useful
|
||||
fields. apiVersion, kind, uid? More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Drop `kubebuilder:default` when controller-gen doesn''t
|
||||
need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.'
|
||||
type: string
|
||||
optional:
|
||||
description: Specify whether the Secret or its key must be
|
||||
|
@ -5935,6 +5947,7 @@ rules:
|
|||
- kubecontrollersconfigurations
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- create
|
||||
- update
|
||||
- watch
|
||||
|
@ -6164,6 +6177,25 @@ rules:
|
|||
|
||||
---
|
||||
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
addon.kops.k8s.io/name: networking.projectcalico.org
|
||||
app.kubernetes.io/managed-by: kops
|
||||
role.kubernetes.io/networking: "1"
|
||||
name: calico-tier-getter
|
||||
rules:
|
||||
- apiGroups:
|
||||
- projectcalico.org
|
||||
resources:
|
||||
- tiers
|
||||
verbs:
|
||||
- get
|
||||
|
||||
---
|
||||
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
|
@ -6224,6 +6256,26 @@ subjects:
|
|||
|
||||
---
|
||||
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
addon.kops.k8s.io/name: networking.projectcalico.org
|
||||
app.kubernetes.io/managed-by: kops
|
||||
role.kubernetes.io/networking: "1"
|
||||
name: calico-tier-getter
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
name: calico-tier-getter
|
||||
subjects:
|
||||
- apiGroup: rbac.authorization.k8s.io
|
||||
kind: User
|
||||
name: system:kube-controller-manager
|
||||
|
||||
---
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
|
@ -6332,7 +6384,7 @@ spec:
|
|||
- configMapRef:
|
||||
name: kubernetes-services-endpoint
|
||||
optional: true
|
||||
image: docker.io/calico/node:v3.29.2
|
||||
image: docker.io/calico/node:v3.29.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
lifecycle:
|
||||
preStop:
|
||||
|
@ -6406,7 +6458,7 @@ spec:
|
|||
- configMapRef:
|
||||
name: kubernetes-services-endpoint
|
||||
optional: true
|
||||
image: docker.io/calico/cni:v3.29.2
|
||||
image: docker.io/calico/cni:v3.29.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: upgrade-ipam
|
||||
securityContext:
|
||||
|
@ -6441,7 +6493,7 @@ spec:
|
|||
- configMapRef:
|
||||
name: kubernetes-services-endpoint
|
||||
optional: true
|
||||
image: docker.io/calico/cni:v3.29.2
|
||||
image: docker.io/calico/cni:v3.29.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: install-cni
|
||||
securityContext:
|
||||
|
@ -6455,7 +6507,7 @@ spec:
|
|||
- calico-node
|
||||
- -init
|
||||
- -best-effort
|
||||
image: docker.io/calico/node:v3.29.2
|
||||
image: docker.io/calico/node:v3.29.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: mount-bpffs
|
||||
securityContext:
|
||||
|
@ -6587,7 +6639,7 @@ spec:
|
|||
value: node
|
||||
- name: DATASTORE_TYPE
|
||||
value: kubernetes
|
||||
image: docker.io/calico/kube-controllers:v3.29.2
|
||||
image: docker.io/calico/kube-controllers:v3.29.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
exec:
|
||||
|
|
Loading…
Reference in New Issue