Skip to content

Conversation

@upodroid
Copy link
Member

@upodroid upodroid commented Jan 8, 2026

The AKS cluster is up and running.

https://prow.k8s.io/?cluster=k8s-infra-aks-prow-build

I fixed a few typos and some bugs.

@k8s-ci-robot k8s-ci-robot added area/infra Infrastructure management, infrastructure design, code in infra/ area/infra/azure Issues or PRs related to Kubernetes Azure infrastructure area/infra/gcp Issues or PRs related to Kubernetes GCP infrastructure area/prow Setting up or working with prow in general, prow.k8s.io, prow build clusters approved Indicates a PR has been approved by an approver from all required OWNERS files. area/terraform Terraform modules, testing them, writing more of them, code in infra/gcp/clusters/ sig/k8s-infra Categorizes an issue or PR as relevant to SIG K8s Infra. labels Jan 8, 2026
@k8s-ci-robot k8s-ci-robot added the sig/testing Categorizes an issue or PR as relevant to SIG Testing. label Jan 8, 2026
@k8s-ci-robot k8s-ci-robot requested a review from GenPage January 8, 2026 17:35
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jan 8, 2026
@k8s-infra-ci-robot
Copy link
Contributor

k8s-infra-ci-robot commented Jan 8, 2026

Argo CD Diff Preview

Summary:

Total: 2 files changed

Modified (2):
± apps
± argocd
apps (kubernetes/gke-utility/argocd/extras.yaml)
@@ Application modified: apps (kubernetes/gke-utility/argocd/extras.yaml) @@
   namespace: argocd
 spec:
   generators:
   - clusters:
       selector:
         matchLabels:
           cloud: ibm
+  - clusters:
+      selector:
+        matchExpressions:
+        - key: name
+          operator: In
+          values:
+          - aks-prow-build
   goTemplate: true
   template:
     metadata:
       name: kyverno-{{ .name }}
     spec:
       destination:
         namespace: kyverno
         server: '{{ .server }}'
       project: default
       sources:
       - chart: kyverno
         helm:
           releaseName: kyverno
           valueFiles:
           - $values/kubernetes/{{ .name }}/helm/kyverno.yaml
         repoURL: https://kyverno.github.io/kyverno
-        targetRevision: 3.5.1
+        targetRevision: 3.6.1
       - ref: values
         repoURL: https://github.com/kubernetes/k8s.io.git
         targetRevision: main
       syncPolicy:
         automated:
           prune: true
           selfHeal: true
@@ skipped 54 lines (313 -> 366) @@
 spec:
   generators:
   - clusters:
       selector:
         matchLabels:
           clusterType: prow
   goTemplate: true
+  ignoreApplicationDifferences:
+  - jsonPointers:
+    - /spec/syncPolicy
   template:
     metadata:
       name: '{{ .name }}'
     spec:
       destination:
         namespace: '{{ .metadata.labels.prowNamespace }}'
         server: '{{ .server }}'
       project: default
       sources:
       - path: kubernetes/{{ .name }}/prow
         repoURL: https://github.com/kubernetes/k8s.io
         targetRevision: main
       - path: kubernetes/{{ .name }}/prow/crds
         repoURL: https://github.com/kubernetes/k8s.io
         targetRevision: main
       syncPolicy:
         automated:
           prune: true
           selfHeal: true
+        syncOptions:
+        - CreateNamespace=true
argocd (kubernetes/apps/argocd.yaml)
@@ Application modified: argocd (kubernetes/apps/argocd.yaml) @@
 metadata:
   annotations: {}
   labels:
     argocd.argoproj.io/secret-type: cluster
     cloud: aks
     clusterType: prow
     environment: prod
+    name: aks-prow-build
     prowNamespace: test-pods
   name: aks-prow-build
   namespace: argocd
 type: Opaque
 
 ---
 apiVersion: v1

Stats:
[Applications: 6], [Full Run: 1m50s], [Rendering: 47s], [Cluster: 27s], [Argo CD: 34s]

Copy link
Member

@xmudrii xmudrii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

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

[APPROVALNOTIFIER] This PR is APPROVED

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

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

@upodroid upodroid merged commit e16915b into kubernetes:main Jan 9, 2026
7 of 10 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v1.36 milestone Jan 9, 2026
@k8s-infra-ci-robot
Copy link
Contributor

Locks and plans deleted for the projects and workspaces modified in this pull request:

  • dir: infra/gcp/terraform/k8s-infra-prow workspace: default
  • dir: infra/gcp/terraform/k8s-infra-prow-build workspace: default

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/infra/azure Issues or PRs related to Kubernetes Azure infrastructure area/infra/gcp Issues or PRs related to Kubernetes GCP infrastructure area/infra Infrastructure management, infrastructure design, code in infra/ area/prow Setting up or working with prow in general, prow.k8s.io, prow build clusters area/terraform Terraform modules, testing them, writing more of them, code in infra/gcp/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/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants