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

Tilt no longer appears to install cert-manager and fails to start up #7100

Closed
Skarlso opened this issue Aug 20, 2022 · 6 comments · Fixed by #7103
Closed

Tilt no longer appears to install cert-manager and fails to start up #7100

Skarlso opened this issue Aug 20, 2022 · 6 comments · Fixed by #7103
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@Skarlso
Copy link

Skarlso commented Aug 20, 2022

What steps did you take and what happened:
[A clear and concise description on how to REPRODUCE the bug.]

Run tilt up on a clean kind cluster.

What did you expect to happen:

Error:

Build Failed: kubernetes apply: error mapping cert-manager.io/Certificate: no matches for kind "Certificate" in version "cert-manager.io/v1"

I have nothing else. It worked a couple commits ago...

This issue can be worked around if I run clusterctl init --provider aws. That installs cert-manager and things work from there on.

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]

Environment:

  • Cluster-api version: 1.2.1
  • minikube/kind version: v0.11.1
  • Kubernetes version: (use kubectl version): 1.22
  • OS (e.g. from /etc/os-release): OSX

Tilt setting:

{
    "enable_providers": [
      "kubeadm-bootstrap",
      "kubeadm-control-plane",
      "aws"
    ],
    "default_registry": "docker.io/skarlso/capa",
    "provider_repos": [
      "/Users/skarlso/goprojects/capa/cluster-api-provider-aws"
    ],
    "kustomize_substitutions": {
      "EXP_CLUSTER_RESOURCE_SET": "true",
      "EXP_MACHINE_POOL": "true",
      "AWS_B64ENCODED_CREDENTIALS": "cred==",
      "EXP_EKS_FARGATE": "false",
      "CAPA_EKS_IAM": "false",
      "CAPA_EKS_ADD_ROLES": "false",
      "EXP_BOOTSTRAP_FORMAT_IGNITION": "true"
    },
    "extra_args": {
      "aws": ["--v=2"]
    }
}

/kind bug
[One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels]

@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Aug 20, 2022
@k8s-ci-robot
Copy link
Contributor

@Skarlso: This issue is currently awaiting triage.

If CAPI contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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.

@Skarlso
Copy link
Author

Skarlso commented Aug 20, 2022

This is the offending PR: https://github.com/kubernetes-sigs/cluster-api/pull/6483/files

Aaaa... And here and now I see this OFC:

   "deploy_cert_manager": true,

Ok, this fixed my issue.

@Skarlso Skarlso closed this as completed Aug 20, 2022
@sbueringer
Copy link
Member

sbueringer commented Aug 22, 2022

Agree. Thx for reporting this issue.

Looks like #6483 changed the default behavior.

I'll open a PR to change that back.

/reopen

@k8s-ci-robot
Copy link
Contributor

@sbueringer: Reopened this issue.

In response to this:

Agree. Looks like #6483 changed the default behavior.

I'll open a PR to change that back.

/reopen

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 k8s-ci-robot reopened this Aug 22, 2022
@Skarlso
Copy link
Author

Skarlso commented Aug 22, 2022

Ah yes. :) Thanks! :)) 👍

@Skarlso
Copy link
Author

Skarlso commented Aug 25, 2022

Thank you! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants