Oleg Pykhalov 434892f1ed apps: cluster1: guix: service: Expose node exporter port. | 1 month ago | |
---|---|---|
.. | ||
README.md | 1 month ago | |
kustomization.yaml | 1 month ago | |
rbac.yaml | 1 month ago | |
service.yaml | 1 month ago | |
taskrun.yaml | 1 month ago |
cat <<EOF | kubectl create -n guix -f -
kind: Secret
apiVersion: v1
metadata:
name: ssh-secret
type: kubernetes.io/ssh-auth
stringData:
user: user
disable-strict-host-key-checking: "true"
ssh-privatekey: |
$(cat "$HOME/.ssh/id_vm-guix-datavolume" | sed 's/^/ /')
EOF