Open Issues Need Help
View All on GitHubAI Summary: Update the Dockerfile in the Kubespray test-infra to replace the deprecated `MAINTAINER` directive with the recommended `LABEL` directive, specifying the authors as 'The Kubespray Project'. This involves modifying a single Dockerfile template within the project's test infrastructure.
Deploy a Production Ready Kubernetes Cluster
AI Summary: The task involves updating the Kubespray script `component_hash_update` to include Argo CD. This requires adding Argo CD to the `components.py` file with its GraphQL ID and URL, potentially using the `get_node_ids.sh` script to obtain the GraphQL ID. The goal is to automate hash updates for Argo CD within the Kubespray deployment process.
Deploy a Production Ready Kubernetes Cluster