fix: Switch to legacy velero kubectl image
This commit is contained in:
+21
-28
@@ -2,10 +2,6 @@
|
|||||||
// groups are collections of users having a common scope. A user can be in multiple groups
|
// groups are collections of users having a common scope. A user can be in multiple groups
|
||||||
// groups cannot be composed of groups
|
// groups cannot be composed of groups
|
||||||
"groups": {
|
"groups": {
|
||||||
"group:hpc-clusters": [
|
|
||||||
"ekman",
|
|
||||||
"rossby",
|
|
||||||
],
|
|
||||||
"group:admin": [
|
"group:admin": [
|
||||||
"jonas.juselius@oceanbox.io",
|
"jonas.juselius@oceanbox.io",
|
||||||
"Moritz.Jorg@oceanbox.io",
|
"Moritz.Jorg@oceanbox.io",
|
||||||
@@ -59,11 +55,10 @@
|
|||||||
"printer.office.tos": "10.132.46.108/32",
|
"printer.office.tos": "10.132.46.108/32",
|
||||||
"net.office.tos": "10.132.46.0/24",
|
"net.office.tos": "10.132.46.0/24",
|
||||||
"net.dc.tos": "10.255.241.0/24",
|
"net.dc.tos": "10.255.241.0/24",
|
||||||
"net.ceph.tos": "10.255.244.0/24",
|
"net.100gbe.tos": "10.255.244.0/24",
|
||||||
"net.mgmt.tos": "10.255.240.0/24",
|
"net.mgmt.tos": "10.255.240.0/24",
|
||||||
"net.rossby": "172.16.239.0/24",
|
"net.dc.vtn": "172.16.239.0/24",
|
||||||
"net.mgmt.rossby": "172.16.238.0/24",
|
"net.mgmt.vtn": "172.16.238.0/24",
|
||||||
"net.k8s.svc": "10.96.0.0/12",
|
|
||||||
},
|
},
|
||||||
"acls": [
|
"acls": [
|
||||||
{
|
{
|
||||||
@@ -74,29 +69,28 @@
|
|||||||
"group:oceanographer",
|
"group:oceanographer",
|
||||||
"group:manager",
|
"group:manager",
|
||||||
"group:dev",
|
"group:dev",
|
||||||
"group:hpc-clusters",
|
|
||||||
],
|
],
|
||||||
"dst": [
|
"dst": [
|
||||||
"mumindalen:0",
|
"100.64.0.0/24:0",
|
||||||
"relay-vtn:0",
|
"100.64.0.0/24:22",
|
||||||
"rossby-manage:22",
|
|
||||||
"rossby:22",
|
|
||||||
"ekman:22",
|
|
||||||
"ekman-manage:22",
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "accept",
|
"action": "accept",
|
||||||
"src": [ "group:hpc-clusters" ],
|
"src": [ "ekman", "net.dc.tos" ],
|
||||||
|
"dst": [
|
||||||
|
"net.dc.vtn:*",
|
||||||
|
"100.64.0.0/24:0",
|
||||||
|
"100.64.0.0/24:22",
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"action": "accept",
|
||||||
|
"src": [ "rossby", "net.dc.vtn" ],
|
||||||
"dst": [
|
"dst": [
|
||||||
"net.dc.tos:*",
|
"net.dc.tos:*",
|
||||||
"net.mgmt.tos:*",
|
"100.64.0.0/24:0",
|
||||||
"net.ceph.tos:*",
|
"100.64.0.0/24:22",
|
||||||
"net.office.tos:*",
|
|
||||||
"net.rossby:*",
|
|
||||||
"net.mgmt.rossby:*",
|
|
||||||
"net.dc.tos:*",
|
|
||||||
"net.k8s.svc:*",
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -105,11 +99,10 @@
|
|||||||
"dst": [
|
"dst": [
|
||||||
"net.dc.tos:*",
|
"net.dc.tos:*",
|
||||||
"net.mgmt.tos:*",
|
"net.mgmt.tos:*",
|
||||||
"net.ceph.tos:*",
|
"net.100gbe.tos:*",
|
||||||
"net.office.tos:*",
|
"net.office.tos:*",
|
||||||
"net.rossby:*",
|
"net.dc.vtn:*",
|
||||||
"net.mgmt.rossby:*",
|
"net.mgmt.vtn:*",
|
||||||
"net.k8s.svc:*",
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -147,7 +140,7 @@
|
|||||||
"group:dev",
|
"group:dev",
|
||||||
],
|
],
|
||||||
"dst": [
|
"dst": [
|
||||||
"100.64.0.1/24:*",
|
"100.64.0.0/24:*",
|
||||||
"autogroup:internet:*",
|
"autogroup:internet:*",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -72,3 +72,6 @@ metrics:
|
|||||||
for: 15m
|
for: 15m
|
||||||
labels:
|
labels:
|
||||||
severity: critical
|
severity: critical
|
||||||
|
kubectl:
|
||||||
|
image:
|
||||||
|
repository: docker.io/bitnamilegacy/kubectl
|
||||||
|
|||||||
Reference in New Issue
Block a user