-
Notifications
You must be signed in to change notification settings - Fork 966
fix aks post deployment bugs #8930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Argo CD Diff PreviewSummary: Total: 2 files changed
Modified (2):
± apps
± argocdapps (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=trueargocd (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: v1Stats: |
xmudrii
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
|
[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 DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Locks and plans deleted for the projects and workspaces modified in this pull request:
|
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.