Page MenuHomePhabricator
Paste P45921

(An Untitled Masterwork)
ActivePublic

Authored by eoghan on Mar 22 2023, 4:21 PM.
Tags
None
Referenced Files
F36922880: raw-paste-data.txt
Mar 22 2023, 4:21 PM
Subscribers
None
eoghan@deploy2002:/srv/deployment-charts/helmfile.d/services/sessionstore$ helmfile -e eqiad -i apply --context 5
helmfile.yaml: basePath=.
skipping missing values file matching "values-production.yaml"
Comparing release=production, chart=wmf-stable/kask
sessionstore, cassandra-certs-production, ConfigMap (v1) has changed:
...
kind: ConfigMap
metadata:
name: cassandra-certs-production
labels:
app: kask
- chart: kask-0.1.3
+ chart: kask-0.1.4
release: production
heritage: Helm
data:
ca.crt: |-
-----BEGIN CERTIFICATE-----
...
sessionstore, config-production, ConfigMap (v1) has changed:
...
kind: ConfigMap
metadata:
name: config-production
labels:
app: kask
- chart: kask-0.1.3
+ chart: kask-0.1.4
release: production
heritage: Helm
data:
config.yaml: |- #
base_uri: sessions/v1
...
sessionstore, kask-certs-production, ConfigMap (v1) has changed:
...
kind: ConfigMap
metadata:
name: kask-certs-production
labels:
app: kask
- chart: kask-0.1.3
+ chart: kask-0.1.4
release: production
heritage: Helm
data:
cert.pem: |-
-----BEGIN CERTIFICATE-----
...
sessionstore, kask-production, Deployment (apps) has changed:
...
kind: Deployment
metadata:
name: kask-production
labels:
app: kask
- chart: kask-0.1.3
+ chart: kask-0.1.4
release: production
heritage: Helm
spec:
selector:
matchLabels:
...
prometheus.io/scheme: https
spec:
affinity:
nodeAffinity:
- requiredDuringSchedulingIgnoredDuringExecution:
- nodeSelectorTerms:
- - matchExpressions:
+ preferredDuringSchedulingIgnoredDuringExecution:
+ - preference:
+ matchExpressions:
- key: dedicated
operator: In
values:
- kask
+ weight: 1
tolerations:
- effect: NoSchedule
key: dedicated
operator: Equal
value: kask
...
sessionstore, kask-production, NetworkPolicy (networking.k8s.io) has changed:
...
kind: NetworkPolicy
metadata:
name: kask-production
labels:
app: kask
- chart: kask-0.1.3
+ chart: kask-0.1.4
release: production
heritage: Helm
spec:
podSelector:
matchLabels:
...
- ipBlock:
cidr: 10.192.48.55/32
ports:
- protocol: TCP
port: 9042
- - to:
- - ipBlock:
- cidr: 10.64.64.0/21
- - to:
- - ipBlock:
- cidr: 10.192.64.0/21
- - to:
- - ipBlock:
- cidr: 10.64.75.0/24
- - to:
- - ipBlock:
- cidr: 10.192.75.0/24
- - to:
- - ipBlock:
- cidr: 10.3.0.1/32
- ports:
- - protocol: UDP
- port: 53
- - to:
- - ipBlock:
- cidr: 208.80.154.29/32
- ports:
- - protocol: TCP
- port: 8080
- - to:
- - ipBlock:
- cidr: 2620:0:861:1:208:80:154:29/128
- ports:
- - protocol: TCP
- port: 8080
- - to:
- - ipBlock:
- cidr: 208.80.154.81/32
- ports:
- - protocol: TCP
- port: 8080
- - to:
- - ipBlock:
- cidr: 2620:0:861:3:208:80:154:81/128
- ports:
- - protocol: TCP
- port: 8080
- - to:
- - ipBlock:
- cidr: 208.80.153.24/32
- ports:
- - protocol: TCP
- port: 8080
- - to:
- - ipBlock:
- cidr: 2620:0:860:1:208:80:153:24/128
- ports:
- - protocol: TCP
- port: 8080
- - to:
- - ipBlock:
- cidr: 208.80.153.61/32
- ports:
- - protocol: TCP
- port: 8080
- - to:
- - ipBlock:
- cidr: 2620:0:860:2:208:80:153:61/128
- ports:
- - protocol: TCP
- port: 8080
- - to:
- - ipBlock:
- cidr: 10.2.2.17/32
- ports:
- - protocol: TCP
- port: 7231
- - protocol: TCP
- port: 7443
- - to:
- - ipBlock:
- cidr: 10.2.1.17/32
- ports:
- - protocol: TCP
- port: 7231
- - protocol: TCP
- port: 7443
- - to:
- - ipBlock:
- cidr: 10.2.2.22/32
- ports:
- - protocol: TCP
- port: 80
- - protocol: TCP
- port: 443
- - to:
- - ipBlock:
- cidr: 10.2.1.22/32
- ports:
- - protocol: TCP
- port: 80
- - protocol: TCP
- port: 443
sessionstore, kask-production, Service (v1) has changed:
...
kind: Service
metadata:
name: kask-production
labels:
app: kask
- chart: kask-0.1.3
+ chart: kask-0.1.4
release: production
heritage: Helm
spec:
type: NodePort
selector:
...
Listing releases matching ^staging$
Affected releases are:
production (wmf-stable/kask) UPDATED
Do you really want to apply?
Helmfile will apply all your changes, as shown above.
[y/n]: