EKS add-on
Enable Add-on
Namespace
kubectl create ns groundcoverAPI Key Secret
# Install the groundcover CLI
sh -c "$(curl -fsSL <https://groundcover.com/install.sh>)"
# Login to your groundcover account
groundcover auth login
# Fetch your api key
groundcover auth print-api-key
# Create secret
API_KEY=<paste-api-key>
kubectl create secret generic api-key \
-n groundcover \
--from-literal API_KEY="${API_KEY}"Configuration Values
Create Add-on
Disable Add-on
Last updated
