Skip to content

clowdhaus/eksnode

Repository files navigation

eksnode

Local Development

The protoc Protocol Buffers compiler is required for compiling (containerd). See grpc docs for installation instructions.

MacOS

Note: not all tests run on MacOS since the binary is designed/intended to run on Amazon Linux 2023+

brew install FiloSottile/musl-cross/musl-cross

rustup target add x86_64-unknown-linux-musl

TARGET_CC=x86_64-linux-musl-gcc \
RUSTFLAGS="-C linker=x86_64-linux-musl-gcc" \
cargo build --target=x86_64-unknown-linux-musl --release &&  \
cp target/x86_64-unknown-linux-musl/release/eksnode target/release/eksnode && \
upx target/release/eksnode --ultra-brute

About

The interface for Amazon Linux based EKS nodes

Topics

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages