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

Start using cert-manager v1.0.x #1896

Closed
fabriziopandini opened this issue Dec 10, 2020 · 2 comments
Closed

Start using cert-manager v1.0.x #1896

fabriziopandini opened this issue Dec 10, 2020 · 2 comments
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@fabriziopandini
Copy link
Member

I would like to user cert manager v1.0.x, so I can benefit from latest features/better API stability

AFAIK there are different manifests and some gotchas for kuberentes < 1.6 https://cert-manager.io/docs/installation/kubernetes/#installing-with-regular-manifests

/kind feature

@fabriziopandini fabriziopandini added the kind/feature Categorizes issue or PR as related to a new feature. label Dec 10, 2020
@camilamacedo86
Copy link
Member

Hi @fabriziopandini,

It is addressed for the plugin go/v3 in the PR #1840 already. To use v3+ and check it so far you need to:

  • Use kubebuilder from master branch (it is not released yet)
  • Create projects with the go/v3-alpha plugin via kubebuilder init --plugins=go/v3-alpha

Also, you can migrate your project by following the doc in the master branch. However, note that itis in an alpha stage. See: https://github.com/kubernetes-sigs/kubebuilder/blob/master/docs/book/src/migration/project/v2_v3.md

The next release will be provided very soon as well. More info: https://github.com/kubernetes-sigs/kubebuilder/milestone/21

@camilamacedo86 camilamacedo86 self-assigned this Dec 11, 2020
@camilamacedo86
Copy link
Member

Closing it as sorted out. However, please feel free to raise new issues or ping us if you need it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants