Skip to content
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

Add missing kube api-server config for alpha tests #15982

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

upodroid
Copy link
Member

@upodroid upodroid commented Oct 1, 2023

/cc @hakman

stuck on this error

apiserver flag diffs https://www.diffchecker.com/66T6W3uy/ (left is kops, right is kube-up)

I1001 14:57:02.957864  301351 local.go:42] ⚙️ /home/ubuntu/go/src/k8s.io/kops/.build/dist/linux/amd64/kops create cluster --name amd64.k8s.local --cloud gce --kubernetes-version https://storage.googleapis.com/k8s-release-dev/ci/v1.29.0-alpha.1.62+622509830c1038 --ssh-public-key  --set cluster.spec.nodePortAccess=0.0.0.0/0 --image=ubuntu-os-cloud/ubuntu-2204-jammy-v20230908 --channel=alpha --zones=us-central1-a --node-count=2 --admin-access 0.0.0.0/0 --master-count 1 --master-volume-size 48 --node-volume-size 48 --kubernetes-feature-gates +AllAlpha,-InTreePluginGCEUnregister,+DisableCloudProviders,+DisableKubeletCloudCredentialProviders --master-size e2-standard-2 --node-size e2-standard-2 --project borg-env --gce-service-account default --networking kubenet --set spec.kubeAPIServer.enableAdmissionPlugins=NamespaceLifecycle --set spec.kubeAPIServer.enableAdmissionPlugins=LimitRanger --set spec.kubeAPIServer.enableAdmissionPlugins=ServiceAccount --set spec.kubeAPIServer.enableAdmissionPlugins=PersistentVolumeLabel --set spec.kubeAPIServer.enableAdmissionPlugins=DefaultStorageClass --set spec.kubeAPIServer.enableAdmissionPlugins=DefaultTolerationSeconds --set spec.kubeAPIServer.enableAdmissionPlugins=NodeRestriction --set spec.kubeAPIServer.enableAdmissionPlugins=Priority --set spec.kubeAPIServer.enableAdmissionPlugins=StorageObjectInUseProtection --set spec.kubeAPIServer.enableAdmissionPlugins=PersistentVolumeClaimResize --set spec.kubeAPIServer.enableAdmissionPlugins=RuntimeClass --set spec.kubeAPIServer.enableAdmissionPlugins=MutatingAdmissionWebhook --set spec.kubeAPIServer.enableAdmissionPlugins=ValidatingAdmissionWebhook --set spec.kubeAPIServer.enableAdmissionPlugins=ResourceQuota --set spec.kubeAPIServer.runtimeConfig=api/all=true,extensions/v1beta1=true,scheduling.k8s.io/v1alpha1=true --set spec.kubeAPIServer.enableAggregatorRouting=true --set spec.kubeAPIServer.auditLogPath=/var/log/kube-apiserver-audit.log --set spec.kubeAPIServer.auditLogMaxSize=2000000000 --set spec.kubeAPIServer.logLevel=4
Flag --master-count has been deprecated, use --control-plane-count instead
Flag --master-volume-size has been deprecated, use --control-plane-volume-size instead
Flag --master-size has been deprecated, use --control-plane-size instead
I1001 14:57:03.492401  305295 new_cluster.go:581] VMs will be configured to use specified Service Account: default
I1001 14:57:03.492504  305295 new_cluster.go:1404] Cloud Provider ID: "gce"
Error: field extensions/v1beta1 not found in *Cluster

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Oct 1, 2023
@hakman
Copy link
Member

hakman commented Oct 3, 2023

@upodroid see #15989

tests/e2e/kubetest2-kops/deployer/up.go Outdated Show resolved Hide resolved
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from hakman. For more information see the Kubernetes Code Review Process.

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

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
Copy link
Member Author

upodroid commented Oct 3, 2023

/retest

@upodroid
Copy link
Member Author

upodroid commented Oct 7, 2023

/test pull-kops-e2e-aws-dns-none
/test pull-kops-e2e-gce-dns-none

testing if dns=none is worth it for e2e tests

@hakman
Copy link
Member

hakman commented Oct 7, 2023

testing if dns=none is worth it for e2e tests

dns=none is probably the best approach going forward for tests

@hakman
Copy link
Member

hakman commented Oct 8, 2023

#16006 should fix dns=none.
I will add a pre-submit to make sure it doesn't get broken again tomorrow.

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 21, 2023
@k8s-ci-robot
Copy link
Contributor

PR needs rebase.

Instructions 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/test-infra repository.

@k8s-ci-robot
Copy link
Contributor

@upodroid: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kops-e2e-aws-dns-none eb4b274 link true /test pull-kops-e2e-aws-dns-none
pull-kops-kubernetes-e2e-ubuntu-gce-build eb4b274 link true /test pull-kops-kubernetes-e2e-ubuntu-gce-build
pull-kops-verify-hashes eb4b274 link true /test pull-kops-verify-hashes

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.

Instructions 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/test-infra repository. I understand the commands that are listed here.

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Mark this PR as fresh with /remove-lifecycle stale
  • Close this PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 17, 2024
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Mark this PR as fresh with /remove-lifecycle rotten
  • Close this PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants