-
Notifications
You must be signed in to change notification settings - Fork 68
[WIP] K8SPG-552 cert manager integration #1233
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
base: main
Are you sure you want to change the base?
Conversation
| "sigs.k8s.io/controller-runtime/pkg/event" | ||
| "sigs.k8s.io/controller-runtime/pkg/log/zap" | ||
| "sigs.k8s.io/controller-runtime/pkg/manager" | ||
| certmanagerscheme "github.com/cert-manager/cert-manager/pkg/client/clientset/versioned/scheme" |
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.
[gofmt] reported by reviewdog 🐶
| certmanagerscheme "github.com/cert-manager/cert-manager/pkg/client/clientset/versioned/scheme" |
| "github.com/percona/percona-postgresql-operator/v2/internal/controller/runtime" | ||
| "github.com/percona/percona-postgresql-operator/v2/internal/controller/standalone_pgadmin" | ||
| "github.com/percona/percona-postgresql-operator/v2/internal/feature" | ||
| "github.com/percona/percona-postgresql-operator/v2/percona/certmanager" |
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.
[gofmt] reported by reviewdog 🐶
| "github.com/percona/percona-postgresql-operator/v2/percona/certmanager" |
| "context" | ||
| "errors" | ||
| "fmt" | ||
| "github.com/percona/percona-postgresql-operator/v2/percona/certmanager" |
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.
[goimports-reviser] reported by reviewdog 🐶
| "github.com/percona/percona-postgresql-operator/v2/percona/certmanager" |
| "fmt" | ||
| "github.com/percona/percona-postgresql-operator/v2/percona/certmanager" | ||
| "io" | ||
| "k8s.io/client-go/rest" |
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.
[goimports-reviser] reported by reviewdog 🐶
| "k8s.io/client-go/rest" |
| k8sruntime "k8s.io/apimachinery/pkg/runtime" | ||
| "k8s.io/apimachinery/pkg/util/validation/field" | ||
| "k8s.io/client-go/discovery" | ||
| "k8s.io/client-go/tools/record" |
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.
[goimports-reviser] reported by reviewdog 🐶
| "k8s.io/client-go/tools/record" | |
| "k8s.io/client-go/rest" | |
| "k8s.io/client-go/tools/record" |
| kubectl create namespace cert-manager || : | ||
| kubectl label namespace cert-manager certmanager.k8s.io/disable-validation=true || : | ||
| kubectl apply -f "https://github.com/jetstack/cert-manager/releases/download/v${CERT_MANAGER_VER}/cert-manager.yaml" --validate=false > /dev/null 2>&1 || : | ||
| kubectl apply -f "https://github.com/jetstack/cert-manager/releases/download/v1.17.1/cert-manager.yaml" --validate=false > /dev/null 2>&1 || : |
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.
[shfmt] reported by reviewdog 🐶
| kubectl apply -f "https://github.com/jetstack/cert-manager/releases/download/v1.17.1/cert-manager.yaml" --validate=false > /dev/null 2>&1 || : | |
| kubectl apply -f "https://github.com/jetstack/cert-manager/releases/download/v1.17.1/cert-manager.yaml" --validate=false >/dev/null 2>&1 || : |
| kubectl create namespace cert-manager || : | ||
| kubectl label namespace cert-manager certmanager.k8s.io/disable-validation=true || : | ||
| kubectl apply -f "https://github.com/jetstack/cert-manager/releases/download/v${CERT_MANAGER_VER}/cert-manager.yaml" --validate=false > /dev/null 2>&1 || : | ||
| kubectl apply -f "https://github.com/jetstack/cert-manager/releases/download/v1.17.1/cert-manager.yaml" --validate=false > /dev/null 2>&1 || : |
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.
[shfmt] reported by reviewdog 🐶
| kubectl apply -f "https://github.com/jetstack/cert-manager/releases/download/v1.17.1/cert-manager.yaml" --validate=false > /dev/null 2>&1 || : | |
| kubectl apply -f "https://github.com/jetstack/cert-manager/releases/download/v1.17.1/cert-manager.yaml" --validate=false >/dev/null 2>&1 || : |
commit: 1fe470d |
CHANGE DESCRIPTION
Problem:
Short explanation of the problem.
Cause:
Short explanation of the root cause of the issue if applicable.
Solution:
Short explanation of the solution we are providing with this PR.
CHECKLIST
Jira
Needs Doc) and QA (Needs QA)?Tests
Config/Logging/Testability