Skip to content

Instantly share code, notes, and snippets.

View szamuboy's full-sized avatar

Gergely Szabó szamuboy

View GitHub Profile
@szamuboy
szamuboy / prometheus-operator-helm.yaml
Last active December 28, 2022 19:04
Prometheus-operator HelmChart CRD for k3s
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: prometheus-operator
namespace: kube-system
spec:
chart: stable/prometheus-operator
targetNamespace: prometheus
valuesContent: |-
alertmanager:
@szamuboy
szamuboy / bumpme
Last active October 16, 2018 12:45
Tue Oct 16 12:45:29 UTC 2018
@szamuboy
szamuboy / terminal-session.md
Last active August 29, 2018 08:28
vagrant ssh -c issue
➜  kvt git:(kvt) ✗ bash
gergely@gdell:~/go/src/github.com/origoss/ebpf/kvt$ vagrant -v
Vagrant 2.1.2
gergely@gdell:~/go/src/github.com/origoss/ebpf/kvt$ vagrant up
Bringing machine 'ubuntu-1604-lts' up with 'google' provider...
Bringing machine 'centos-7' up with 'google' provider...
Bringing machine 'debian-9' up with 'google' provider...
==> centos-7: Checking if box 'google/gce' is up to date...
==> ubuntu-1604-lts: Checking if box 'google/gce' is up to date...
$ cd $GOPATH
$ git clone http://github.com/szamuboy/mingo.git
Cloning into 'mingo'...
remote: Counting objects: 7, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 7 (delta 0), reused 4 (delta 0), pack-reused 0
Unpacking objects: 100% (7/7), done.
Checking connectivity... done.
$ cd mingo
$ apc app create
@szamuboy
szamuboy / continuum-instance-manager_current
Created February 11, 2015 13:07
Continuum error log for container issues
2015-02-11_13:03:44.34806 [INFO 2015-02-11 13:03:44.347804524 +0000 UTC hostname='vm' category='instance_manager' context='a703f82b-a0ed-46b6-93d5-e5d665b0a7bd'] container.(*StateMachine).changeState: Switching state: NEW -> SETUP
2015-02-11_13:03:44.63240 [INFO 2015-02-11 13:03:44.630017368 +0000 UTC hostname='vm' category='instance_manager' context='9aaa0301-a688-4ec0-88ca-b8d1ab0b196a'] container.(*StateMachine).changeState: Switching state: TEARDOWN -> REMOVED
2015-02-11_13:03:47.78046 [ERROR 2015-02-11 13:03:47.778316545 +0000 UTC hostname='vm' category='instance_manager' context='default'] netfilter.deleteQdiscSfq: /sbin/tc error: exit status 2 "RTNETLINK answers: No such file or directory\n"
2015-02-11_13:03:47.78050 apcera/continuum/common/log/log.go:63 log.Errorf
2015-02-11_13:03:47.78052 apcera/continuum/instance_manager/container/netfilter/netlimit.go:155 netfilter.deleteQdiscSfq
2015-02-11_13:03:47.78053 apcera/continuum/instance_manager/container/netfilter/netlimit.go:323 netfil
@szamuboy
szamuboy / cont-v1421263039
Created February 11, 2015 10:08
Continuum-v1421263039 shell session: cannot create capsule at all
$ apc version
0.14.1 (release-403c-0-g859acc1)
$ apc capsule create cap2 --allow-egress -i linux
╭─────────────────────────────────────────────╮
│ Capsule Settings │
├─────────────┬───────────────────────────────┤
│ FQN: │ job::/sandbox/developer::cap2 │
│ Image: │ linux │
│ CPU: │ 0ms/s (uncapped) │
@szamuboy
szamuboy / cont-v1419325114
Created February 11, 2015 09:52
Continuum-v1419325114 shell session: cannot create capsule snapshot after restart
$ apc version
0.13.10 (release-350a-2-g865fc8a)
$ apc capsule create cap1 --allow-egress -i linux
╭─────────────────────────────────────────────╮
│ Capsule Settings │
├─────────────┬───────────────────────────────┤
│ FQN: │ job::/sandbox/developer::cap1 │
│ Image: │ linux │
│ CPU: │ 0ms/s (uncapped) │
{:user {:plugins [[lein-ancient "0.6.1"]]}}
{:user {:plugins [[lein-ring "0.9.1"]
[jonase/eastwood "0.2.1"]
[lein-kibit "0.0.8"]
[lein-ancient "0.6.1"]
[cider/cider-nrepl "0.8.2"]
[lein-bikeshed "0.2.0"]]
:eastwood {:add-linters [:unused-fn-args
:unused-namespaces
:unused-locals
:unused-private-vars]}}}