mirror of https://github.com/kubernetes/kops.git
Merge pull request #12874 from olemarkus/snapshot-certificate
Use v1 certificate for snapshot-validation-service
This commit is contained in:
commit
7f59cd8086
|
@ -140,7 +140,7 @@ spec:
|
|||
version: 9.99.0
|
||||
- id: k8s-1.20
|
||||
manifest: snapshot-controller.addons.k8s.io/k8s-1.20.yaml
|
||||
manifestHash: 7629abf66390989fa8529a3e7ef2274cc6d0169957d28ce36c7ebf59d6af7191
|
||||
manifestHash: c1625843c5dbf647500867b4af18a62c6ded8516800d051f21a75589a3fa5c27
|
||||
name: snapshot-controller.addons.k8s.io
|
||||
needsPKI: true
|
||||
selector:
|
||||
|
|
|
@ -1310,7 +1310,7 @@ webhooks:
|
|||
|
||||
---
|
||||
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
|
|
|
@ -140,7 +140,7 @@ spec:
|
|||
version: 9.99.0
|
||||
- id: k8s-1.20
|
||||
manifest: snapshot-controller.addons.k8s.io/k8s-1.20.yaml
|
||||
manifestHash: 7629abf66390989fa8529a3e7ef2274cc6d0169957d28ce36c7ebf59d6af7191
|
||||
manifestHash: c1625843c5dbf647500867b4af18a62c6ded8516800d051f21a75589a3fa5c27
|
||||
name: snapshot-controller.addons.k8s.io
|
||||
needsPKI: true
|
||||
selector:
|
||||
|
|
|
@ -1310,7 +1310,7 @@ webhooks:
|
|||
|
||||
---
|
||||
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
|
|
|
@ -133,7 +133,7 @@ spec:
|
|||
version: 9.99.0
|
||||
- id: k8s-1.20
|
||||
manifest: snapshot-controller.addons.k8s.io/k8s-1.20.yaml
|
||||
manifestHash: 7629abf66390989fa8529a3e7ef2274cc6d0169957d28ce36c7ebf59d6af7191
|
||||
manifestHash: c1625843c5dbf647500867b4af18a62c6ded8516800d051f21a75589a3fa5c27
|
||||
name: snapshot-controller.addons.k8s.io
|
||||
needsPKI: true
|
||||
selector:
|
||||
|
|
|
@ -1310,7 +1310,7 @@ webhooks:
|
|||
|
||||
---
|
||||
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
|
|
|
@ -840,7 +840,7 @@ webhooks:
|
|||
timeoutSeconds: 2 # This will affect the latency and performance. Finetune this value based on your application's tolerance.
|
||||
|
||||
---
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: snapshot-validation-service
|
||||
|
|
Loading…
Reference in New Issue