For information about how to pull from other private registries, see the following topics: Docker Hub private repository with Kubernetes Amazon EC2 Container Registry (ECR) with Kubernetes If you run Kubernetes on Google Cloud Platform (GCP), Google... Read More | Share it now!
Monthly Archives: November 2019
Comparison method violates its general contract!
源码 list.sorted((o1, o2) -> { return o1.getCreateTime().getTime() -... Read More | Share it now!
Pull image from private registry
https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ Create a Secret based on existing Docker credentials A Kubernetes cluster uses the Secret of docker-registry type to authenticate with a container... Read More | Share it now!