tests/ai-conformance: Enable Cluster AutoScaler and Metrics Server#18041
tests/ai-conformance: Enable Cluster AutoScaler and Metrics Server#18041ameukam wants to merge 1 commit intokubernetes:masterfrom
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/test pull-kops-ai-conformance |
|
@ameukam why do we need CAS? |
34fd82b to
90d82f2
Compare
Cluster-autoscaling and pod autoscaling are |
|
/test pull-kops-ai-conformance |
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
90d82f2 to
1575ef4
Compare
|
/test pull-kops-ai-conformance |
|
@ameukam: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
| # cert-manager: required for KubeRay webhooks | ||
| echo "Installing cert-manager..." | ||
| kubectl apply --server-side -f https://github.com/cert-manager/cert-manager/releases/download/v1.19.2/cert-manager.yaml | ||
| kubectl apply --server-side --force-conflicts -f https://github.com/cert-manager/cert-manager/releases/download/v1.19.2/cert-manager.yaml |
There was a problem hiding this comment.
If we're enabling cert-manager via cluster.spec.certManager.enabled=true, should we comment out the apply?
There was a problem hiding this comment.
I had the same question. I think we should do it but I don't know how it's affecting the rest of the workloads deployed.
|
The issue seems to be this from cert-manager cainjector: |
Looks like a RBAC issue: https://storage.googleapis.com/kubernetes-ci-logs/pr-logs/pull/kops/18041/pull-kops-ai-conformance/2030679170605912064/artifacts/cluster-info/kube-system/cert-manager-cainjector-775cdc5b7d-f2vlv/cert-manager-cainjector.log |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Ref: