Skip to content

Add kops discovery server to kustomization#9156

Merged
k8s-ci-robot merged 1 commit intokubernetes:mainfrom
ameukam:kops-discovery-kustomization-missing
Feb 27, 2026
Merged

Add kops discovery server to kustomization#9156
k8s-ci-robot merged 1 commit intokubernetes:mainfrom
ameukam:kops-discovery-kustomization-missing

Conversation

@ameukam
Copy link
Member

@ameukam ameukam commented Feb 27, 2026

Follow-up of:

Needed so ArgoCD can reconcile the kubernetes manifests

Follow-up of:
  - kubernetes#9149

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Feb 27, 2026
@k8s-ci-robot k8s-ci-robot requested a review from aojea February 27, 2026 10:37
@k8s-ci-robot k8s-ci-robot added the area/prow Setting up or working with prow in general, prow.k8s.io, prow build clusters label Feb 27, 2026
@k8s-ci-robot k8s-ci-robot requested a review from jbpratt February 27, 2026 10:37
@k8s-ci-robot k8s-ci-robot added sig/k8s-infra Categorizes an issue or PR as relevant to SIG K8s Infra. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Feb 27, 2026
@ameukam
Copy link
Member Author

ameukam commented Feb 27, 2026

/assign @upodroid
cc @hakman @justinsb

@k8s-ci-robot k8s-ci-robot added the sig/testing Categorizes an issue or PR as relevant to SIG Testing. label Feb 27, 2026
@ameukam ameukam removed request for aojea and jbpratt February 27, 2026 10:37
@k8s-infra-ci-robot
Copy link
Contributor

Argo CD Diff Preview

Summary:

Total: 1 files changed

Modified (1):
± apps (+21)
apps (kubernetes/gke-utility/argocd/extras.yaml)
@@ Application modified: apps (kubernetes/gke-utility/argocd/extras.yaml) @@
     managedNamespaceMetadata:
       labels:
         istio-injection: enabled
     syncOptions:
     - CreateNamespace=true
 ---
 apiVersion: argoproj.io/v1alpha1
+kind: Application
+metadata:
+  name: kops-discovery
+  namespace: argocd
+spec:
+  destination:
+    namespace: kops-discovery
+    server: https://kubernetes.default.svc
+  project: default
+  source:
+    path: kubernetes/gke-utility/kops-discovery
+    repoURL: https://github.com/kubernetes/k8s.io
+    targetRevision: main
+  syncPolicy:
+    automated:
+      prune: true
+      selfHeal: true
+    syncOptions:
+    - CreateNamespace=true
+---
+apiVersion: argoproj.io/v1alpha1
 kind: ApplicationSet
 metadata:
   name: cert-manager
   namespace: argocd
 spec:
   generators:
   - clusters:

Stats:
[Applications: 76], [Full Run: 2m42s], [Rendering: 2m31s], [Cluster: 0s], [Argo CD: 6s]

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 27, 2026
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ameukam, upodroid

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit e69812a into kubernetes:main Feb 27, 2026
9 of 10 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v1.36 milestone Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/prow Setting up or working with prow in general, prow.k8s.io, prow build clusters cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/k8s-infra Categorizes an issue or PR as relevant to SIG K8s Infra. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants