Skip to content

Instantly share code, notes, and snippets.

@semekh
semekh / README.md
Created October 31, 2019 08:28
helm-diff missing manifest diff
  1. helm3 install myrelease mychart
  2. helm3 diff upgrade myrelease mychart --set "service.port=81"

The diff command shows no changes, although there should be.

  1. helm3 upgrade myrelease mychart --set "service.port=81"

The service port changes indeed.

@semekh
semekh / Faulty node (c4-b2) weave log
Last active October 9, 2019 12:17
Weave Issue #3695
DEBU: 2019/08/28 12:58:52.098920 [kube-peers] Checking peer "66:cf:c7:9d:f2:00" against list &{[{c6:e5:e7:6c:8b:ea c4-m1} {b2:e5:68:85:91:65 c4-s1} {e6:01:38:25:98:b0 c4-n2} {06:8a:10:7f:0e:6e c4-n3} {7a:3d:17:1a:fc:fd c4-n4} {e2:db:2a:70:67:79 c4-s2} {9a:95:da:a1:2d:c9 c4-n5} {52:a3:7e:c1:7a:ea c4-n6} {2a:f4:7f:b2:33:b3 c4-n7} {9a:ce:bd:f4:b0:b8 c4-s3} {0a:aa:f6:76:06:e6 c4-s4} {e6:38:26:4c:14:62 c4-b1} {66:cf:c7:9d:f2:00 c4-b2} {e2:4a:9d:41:1b:29 c4-core1} {52:c0:cd:4b:e4:f9 c4-core2} {56:5f:d0:3e:9e:f9 c4-g1}]}
INFO: 2019/08/28 12:58:52.221821 Command line options: map[datapath:datapath http-addr:127.0.0.1:6784 name:66:cf:c7:9d:f2:00 db-prefix:/weavedb/weave-net docker-api: ipalloc-range:10.32.0.0/12 no-masq-local:true port:6783 conn-limit:100 expect-npc:true ipalloc-init:consensus=16 metrics-addr:0.0.0.0:6782 host-root:/host nickname:c4-b2 no-dns:true]
INFO: 2019/08/28 12:58:52.223332 weave 2.5.2
INFO: 2019/08/28 12:58:52.344109 Bridge type is bridged_fastdp
INFO: 2019/08/28 12:58:52.344138 Communication

Keybase proof

I hereby claim:

  • I am semekh on github.
  • I am semekh (https://keybase.io/semekh) on keybase.
  • I have a public key ASBYdsuiIlUgF7piWTsYt2sboUFzbYo8XcRFo8C5SnEMqwo

To claim this, I am signing this object:

#!/usr/bin/env python3
import requests
import string
url = 'http://backdoor.cognizance.org.in/problems/web200/submit.php'
ses = requests.Session()
L = 5
str = string.printable
key = '$' * L