kops
kops copied to clipboard
Kubernetes Operations (kOps) - Production Grade k8s Installation, Upgrades and Management
https://github.com/kubernetes/kops/blob/68bf1870f91f453fb6371827dec959b4e37bcdf8/pkg/model/components/gcpcloudcontrollermanager.go#LL84C23-L84C42 The project started to publish images `registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v26.2.4` Ref: https://github.com/kubernetes/cloud-provider-gcp/issues/289 /cc @justinsb
This PR introduces a simple way to enable using [ECR as a Pull-through image cache](https://docs.aws.amazon.com/AmazonECR/latest/userguide/pull-through-cache.html), without having to mutate images on the cluster using tools like Kyverno. Containerd already has...
/kind bug https://github.com/kubernetes/test-infra/blob/master/docs/job-migration-todo.md kOps is one of the few projects with many remaining jobs, please migrate by August 1st or risk losing CI coverage.
/kind feature **1. Describe IN DETAIL the feature/behavior/change you would like to see.** We have a use-case of supporting HTTP/HTTPS health checks (that gives different HTTP Codes) for the K8s...
/kind bug **1. What `kops` version are you running? The command `kops version`, will display this information.** v1.29.0 **2. What Kubernetes version are you running? `kubectl version` will print the...
/kind bug **1. What `kops` version are you running? The command `kops version`, will display this information.** ```shell Client version: 1.27.0 (git-v1.27.0) ``` **2. What Kubernetes version are you running?...
This is an issue to track the progress of supporting `kubeadm` ([link](https://github.com/kubernetes/kubernetes/tree/master/cmd/kubeadm)) as a cluster bootstrap avenue for `kops`. ### Success Criteria (Day 1) 1. Specify a command line flag...
/kind feature **1. Describe IN DETAIL the feature/behavior/change you would like to see.** The newest cert-manager version kops can install now is 12.7, while the newest major is 13.x. Releasenotes...
- See: https://github.com/kubernetes/kops/issues/16635 - Pull in upstream changes from https://github.com/aws/amazon-eks-pod-identity-webhook/pull/216.
/kind feature - When using the kops-installed EKS Pod Identity Webhook in combination with other features, we observed circular-dependency issues, preventing clusters from being provisioned without manual intervention. - For...