Accepting request 737413 from home:favogt:branches:devel:kubic
- It's apps/v1, not apps/v1beta1 - Fix some more typos Tested, works. OBS-URL: https://build.opensuse.org/request/show/737413 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/flannel?expand=0&rev=9
This commit is contained in:
parent
2009a2f97d
commit
6d6666ab6a
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 11 07:46:20 UTC 2019 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- It's apps/v1, not apps/v1beta1
|
||||
- Fix some more typos
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 10 15:03:40 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
|
@ -131,7 +131,7 @@ data:
|
||||
}
|
||||
}
|
||||
---
|
||||
apiVersion: apps/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
name: kube-flannel-ds-amd64
|
||||
@ -225,7 +225,7 @@ spec:
|
||||
configMap:
|
||||
name: kube-flannel-cfg
|
||||
---
|
||||
apiVersion: apps/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
name: kube-flannel-ds-arm64
|
||||
@ -243,7 +243,7 @@ spec:
|
||||
tier: node
|
||||
app: flannel
|
||||
spec:
|
||||
affinity:
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
@ -319,7 +319,7 @@ spec:
|
||||
configMap:
|
||||
name: kube-flannel-cfg
|
||||
---
|
||||
apiVersion: apps/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
name: kube-flannel-ds-arm
|
||||
@ -337,7 +337,7 @@ spec:
|
||||
tier: node
|
||||
app: flannel
|
||||
spec:
|
||||
affinity:
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
@ -413,7 +413,7 @@ spec:
|
||||
configMap:
|
||||
name: kube-flannel-cfg
|
||||
---
|
||||
apiVersion: apps/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
name: kube-flannel-ds-ppc64le
|
||||
@ -507,7 +507,7 @@ spec:
|
||||
configMap:
|
||||
name: kube-flannel-cfg
|
||||
---
|
||||
apiVersion: apps/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
name: kube-flannel-ds-s390x
|
||||
|
Loading…
Reference in New Issue
Block a user