Commit Briefs

14e2814116 murilo ijanc

ignore todo (main)



a2e0f5a378 murilo ijanc

Pass kube client to cluster state


598795a38a murilo ijanc

Delete kops_eks


98feb1bd03 murilo ijanc

Refactoring kops_aws_eks move from main to lib



73a31c915c murilo ijanc

Add new alias type ProfileName


081c49d08e murilo ijanc

Start cluster based login handler


56353a840d murilo ijanc

Format code


3d47cae64d murilo ijanc

Fix lint


Branches

Tags

This repository contains no tags

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     |