Tree


.cargo/
.editorconfigcommits | blame
.gitignorecommits | blame
.rustfmt.tomlcommits | blame
Cargo.lockcommits | blame
Cargo.tomlcommits | blame
Justfilecommits | blame
LICENSEcommits | blame
README.mdcommits | blame
config/
crates/
data/
deny.tomlcommits | blame
dprint.jsoncommits | blame
kopsctl/
kopsd/
rust-toolchain.tomlcommits | blame
scripts/

README.md

# kops

1. setup requirements (k3d, rust, kubectl, docker)
   sudo groupadd kopsd
   sudo useradd --system --no-create-home --gid kopsd kopsd
   sudo usermod -aG kopsd $USER
   sudo mkdir -p /var/run/kopsd
   sudo chown root:kopsd /var/run/kopsd
   sudo chmod 0770 /var/run/kopsd
2. create cluster
3. run daemon
4. run ctrl

| command | status |
| ------- | ------ |
| ping    | ok     |
| version | ok     |
| pods    | ok     |
| env     | ok     |