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...
@szamuboy
szamuboy / core.cljs
Last active December 26, 2015 18:28
Clojurescript big object literal issue
(ns bigobj.core
(:require-macros [bigobj.macros :as m]))
(def o1 (m/bigobj 10 3)) ;; Compiles successfully
(def o2 (m/bigobj 1 100)) ;; Compiles successfully
(def o3 (m/bigobj 100 100)) ;; Compiles successfully
(def o4 (m/bigobj 10000 1)) ;; Does not compile
@szamuboy
szamuboy / core.clj
Created October 15, 2012 09:07
Evaling an anonymous function with closure
(ns why-is-that.core)
(def test-1 (list (fn [arg]
arg) 1))
;; (eval test-1) -> 1
(def test-2 (list ((fn []
(fn [arg]
['hello arg]))) 1))
@szamuboy
szamuboy / core.clj
Created March 7, 2012 22:36
SimpleQ
(ns simpleq.core)
(defn- start-simpleq-thread-loop [q thread-active exception]
(.start (Thread.
#((comment println "Thread started")
(loop [expr (first @q)]
(comment println "Sleeping for 2 sec")
(comment Thread/sleep 2000)
(comment println (str "Executing " expr))
$ 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) │