I hereby claim:
- I am bzub on github.
- I am bzub (https://keybase.io/bzub) on keybase.
- I have a public key whose fingerprint is 52BC 5ECE 98CE 58D2 2FC4 EB5D 22EB A7E1 5614 2976
To claim this, I am signing this object:
#!/usr/bin/env sh | |
set -e | |
set -x | |
# Boilerplate setup | |
alias buildah="sudo buildah" | |
container="$(buildah from scratch)" | |
alias run="buildah run ${container}" | |
alias copy="buildah copy ${container}" | |
alias add="buildah add ${container}" |
I hereby claim:
To claim this, I am signing this object:
If you can't get X11 or Wayland GUI Linux apps to start anymore on Chrome OS, try the following.
In the Terminal app, this will show the status of your systemd user services/units:
systemctl --user
If [email protected]
and [email protected]
show a failed status, the following worked for me:
sudo ln -s /opt/google/cros-containers/bin/sommelier.elf /usr/bin/
package main | |
import ( | |
"github.com/gopherjs/vecty" | |
"github.com/gopherjs/vecty/elem" | |
"github.com/gopherjs/vecty/event" | |
"github.com/gopherjs/vecty/prop" | |
) | |
type PageView struct { |
package main | |
import ( | |
"github.com/gopherjs/vecty" | |
"github.com/gopherjs/vecty/elem" | |
"github.com/gopherjs/vecty/event" | |
"github.com/gopherjs/vecty/prop" | |
) | |
type PageView struct { |
package main | |
import ( | |
"github.com/gopherjs/vecty" | |
"github.com/gopherjs/vecty/elem" | |
"github.com/gopherjs/vecty/event" | |
"github.com/gopherjs/vecty/prop" | |
) | |
type PageView struct { |
{ | |
"ignition": { | |
"config": {}, | |
"timeouts": {}, | |
"version": "2.1.0" | |
}, | |
"networkd": {}, | |
"passwd": {}, | |
"storage": { | |
"files": [{ |
packet_device.worker: Creating... | |
always_pxe: "" => "true" | |
billing_cycle: "" => "hourly" | |
created: "" => "<computed>" | |
facility: "" => "nrt1" | |
hostname: "" => "worker-01.test.kube-router.io" | |
ipxe_script_url: "" => "https://raw.githubusercontent.com/cloudnativelabs/pxe/master/packet/coreos-alpha-packet.ipxe" | |
locked: "" => "<computed>" | |
network.#: "" => "<computed>" | |
operating_system: "" => "custom_ipxe" |
On the controller node after kubeadm init
is complete:
KUBECONFIG=/etc/kubernetes/admin.conf kubectl apply -f kube-router-kubeadm-all-features.yaml
KUBECONFIG=/etc/kubernetes/admin.conf kubectl -n kube-system delete ds kube-proxy
docker run --privileged --net=host gcr.io/google_containers/kube-proxy-amd64:v1.7.3 kube-proxy --cleanup-iptables