Using KubeCustom#
Now that your credentials are ready to go (if not see the Getting Started page), you
can run the kubecustom.deployment.utilization_per_deployment() from the command line
with a refresh timer:
python -m kubecustom -h
or check out these examples of how to use in python scripting:
Use a Different Configuration#
Multiple configurations can be created from one of the following templates:
Supported Configuration Types#
qca: # config type
username:
- "USERNAME"
- "Kubernetes username for secret"
password:
- "PASSWORD"
- "Kubernetes password for secret"
user:
- "USER"
- "YOUR personal identifier for deployments and secrets, e.g., 'my-organization-my-initials'"
namespace:
- "NAMESPACE"
- "Your team namespace (e.g., openforcefield)"
container_name:
- "CONTAINERNAME"
- "Name for type of deployed containers (e.g., 'openff-pod')"
container_image:
- "CONTAINERIMAGE"
- "Link to container image, e.g., ghcr.io/..."
cluster_name:
- "CLUSTERNAME"
- "Name of kubernetes cluster"