command
module
Version:
v0.0.0-...-4b101d7
Opens a new window with list of versions in this module.
Published: Aug 26, 2022
License: MIT
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
k8s-gentoken
This project will generate a kubeadm command to join a k8s cluster
How does it works
It is a http server. It will reply a request with a valid kubeadm join command to include a node to an existing cluster.
curl --fail -s -XPOST --header "format: text" "http://localhost:8000/join"
Building
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo -ldflags '-w -extldflags "-static"' -o k8s-gentoken *.go
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.