Skip to content

Instantly share code, notes, and snippets.

View smira's full-sized avatar
🏠
Working from home

Andrey Smirnov smira

🏠
Working from home
View GitHub Profile
---
#######
# Generated with: helm template cilium/cilium --version 1.9.1 --set kubeProxyReplacement=disabled --set ipam.mode=kubernetes --namespace kube-system > cilium.yaml
# Patched with:
# * nodeSelector:
# kubernetes.io/arch: amd64
# * disable-envoy-version-check: "true"
########
#######
# Source: cilium/templates/cilium-agent-serviceaccount.yaml
---
# Source: crds/calico/kdd/crd.projectcalico.org_bgpconfigurations.yaml
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: bgpconfigurations.crd.projectcalico.org
spec:
group: crd.projectcalico.org
names:
kind: BGPConfiguration
@smira
smira / README.md
Last active March 31, 2020 21:46
kexec notes
@smira
smira / README.md
Last active February 27, 2020 18:25
Workaround for Go 1.14 in Docker on Linux 5.3.0

Problem

While running Go 1.14 inside docker, you might hit error:

runtime: increase the mlock limit (ulimit -l)

Solution

@smira
smira / README.md
Last active March 29, 2024 21:45
Talos on Firecracker

Talos on Firecracker

  1. Build Firecracker from source (it's fast and easy, builds in docker): https://github.com/firecracker-microvm/firecracker/blob/master/docs/getting-started.md#building-from-source

  2. Adjust /dev/kvm permissions: https://github.com/firecracker-microvm/firecracker/blob/master/docs/getting-started.md#prerequisites

  3. Build Talos, you will need build/vmlinux & build/initramfs.xz.

  4. Prepare configs for Talos: osctl config generate fire https://172.16.0.2:6443. Make following changes to the config: add resolvers to the machine.network config: nameservers: ["8.8.8.8", "1.1.1.1"] (IP config will come from kernel args), update install location: install: disk: /dev/vda (default is sda).

@smira
smira / keybase.md
Created October 6, 2019 20:05
keybase.md

Keybase proof

I hereby claim:

  • I am smira on github.
  • I am smira (https://keybase.io/smira) on keybase.
  • I have a public key ASCfXEW-IQLnzRSPqo6Srl9r12mKESkh0HGByExjMS9G9Ao

To claim this, I am signing this object:

@smira
smira / waitid.go
Created September 2, 2019 20:22
waitid implementation for Go linux/amd64
package linux
import (
"fmt"
"syscall"
"unsafe"
)
// Values for waitid() idtype parameter
//
@smira
smira / RELEASE.md
Created July 6, 2017 20:48
aptly 1.1.0

This is DRAFT of release notes

aptly 1.1.0 release is following (a bit late) scheduled every 3 months release of aptly.

Custom Filesystem Publishing

aptly supported configuring number of S3 and Swift publishing endpoints for a long time, but local filesystem publishing was limited to default directory ~/.aptly/public and hardlinking files. There was number of requests to allow use of symlinks or file copy to support publishing to different filesystems and shared locations like NFS.

With PR #521 from @seeraven aptly supports configuration of custom filesystem endpoints. Each endpoint has its own filesystem root, it might support either hardlinks, symlinks or simple file copy to reference files from aptly internal package pool.

@smira
smira / output
Created November 24, 2014 15:58
aptly importing package
smira@Andreys-MacBook-Pro-2 ~ $ wget http://yac1912x.gbks.net/misc/xul-ext-unmht_7.3.0.1-0ubuntu1_all.deb
--2014-11-24 18:56:42-- http://yac1912x.gbks.net/misc/xul-ext-unmht_7.3.0.1-0ubuntu1_all.deb
Resolving yac1912x.gbks.net... 81.169.231.253
Connecting to yac1912x.gbks.net|81.169.231.253|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 284386 (278K) [application/x-debian-package]
Saving to: ‘xul-ext-unmht_7.3.0.1-0ubuntu1_all.deb’
100%[================================================================================================================================================================>] 284,386 978KB/s in 0.3s