module ClusterTools
Defined in:
tasks/utils/cluster_utils.crClass Method Summary
- .exec(cli, namespace = "default")
- .install
- .local_match_by_image_name(image_name, nodes = KubectlClient::Get.nodes["items"].as_a)
-
.official_content_digest_by_image_name(image_name)
https://windsock.io/explaining-docker-image-ids/ works on dockerhub and quay! ex.
- .uninstall
- .wait_for_cluster_tools(wait_count : Int32 = 10)
Class Method Detail
def self.official_content_digest_by_image_name(image_name)
#
https://windsock.io/explaining-docker-image-ids/ works on dockerhub and quay! ex. kubectl exec -ti cluster-tools-ww9lg -- skopeo inspect docker://jaegertracing/jaeger-agent:1.28.0 Accepts org/image:tag or repo/org/image:tag A content digest is an uncompressed digest, which is what Kubernetes tracks