host: Add k8s-amd64-n3
*k8s-amd64-n3.pyrocufflink.blue* is a Kubernetes worker node.
This commit is contained in:
5
host/k8s-amd64-n3.pyrocufflink.blue.cue
Normal file
5
host/k8s-amd64-n3.pyrocufflink.blue.cue
Normal file
@@ -0,0 +1,5 @@
|
||||
import (
|
||||
"du5t1n.me/cfg/env/prod"
|
||||
)
|
||||
|
||||
sudo: prod.sudo
|
||||
1
host/k8s-amd64-n3.pyrocufflink.blue.post.sh
Normal file
1
host/k8s-amd64-n3.pyrocufflink.blue.post.sh
Normal file
@@ -0,0 +1 @@
|
||||
. scripts/no-coreos-default-sudo.sh
|
||||
5
host/k8s-amd64-n3.pyrocufflink.blue.pre.sh
Normal file
5
host/k8s-amd64-n3.pyrocufflink.blue.pre.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
. scripts/pam-ssh-agent-auth.sh
|
||||
|
||||
install_packages
|
||||
9
instructions/k8s-amd64-n3.pyrocufflink.blue.cue
Normal file
9
instructions/k8s-amd64-n3.pyrocufflink.blue.cue
Normal file
@@ -0,0 +1,9 @@
|
||||
import (
|
||||
"list"
|
||||
|
||||
"du5t1n.me/cfg/app/sudo"
|
||||
)
|
||||
|
||||
render: list.Concat([
|
||||
sudo.templates,
|
||||
])
|
||||
Reference in New Issue
Block a user