-
Notifications
You must be signed in to change notification settings - Fork 62
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
🐛 Disable the propagator webhook; Add ClusterManagementAddon manifests #388
🐛 Disable the propagator webhook; Add ClusterManagementAddon manifests #388
Conversation
A webhook was added, but it requires cert-manager as a prerequisite. Until we can resolve/update that, leave it disabled by default. Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
A new check blocked enabling addons if this is missing. Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
c1d9500
to
df3c43a
Compare
Sorry for blowing up the reviewer list here, but I'm verifying If this all looks good, after it merges I'd appreciate if we could cut a new release on (or before) Monday. (My presentation is at 6 PM UTC on Monday.) |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dhaiducek, qiujian16 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
c43d888
into
open-cluster-management-io:main
Version 0.7.0 was broken so we had to include detailed instructions for installing 0.6.0. The issue was fixed in 0.7.1 by [1]. Update the instructions to require the new version and remove the now unneeded instructions. Tested with ocm.yaml. [1] open-cluster-management-io/clusteradm#388 Signed-off-by: Nir Soffer <nsoffer@redhat.com>
Version 0.7.0 was broken so we had to include detailed instructions for installing 0.6.0. The issue was fixed in 0.7.1 by [1]. Update the instructions to require the new version and remove the now unneeded instructions. Tested with ocm.yaml. [1] open-cluster-management-io/clusteradm#388 Signed-off-by: Nir Soffer <nsoffer@redhat.com>
Version 0.7.0 was broken so we had to include detailed instructions for installing 0.6.0. The issue was fixed in 0.7.1 by [1]. Update the instructions to require the new version and remove the now unneeded instructions. Tested with ocm.yaml. [1] open-cluster-management-io/clusteradm#388 Signed-off-by: Nir Soffer <nsoffer@redhat.com>
Summary
A GRC webhook was added, but it requires cert-manager as a prerequisite. Until we can resolve/update that, leave it disabled by default.
Also, there was a check added for ClusterManagementAddon, which were not deployed originally, currently causing an error during enabling app and policy addons:
clusteradm/pkg/cmd/addon/enable/exec.go
Lines 110 to 114 in ed10693
/cc @mprahl @yiraeChristineKim @mikeshng @qiujian16 @ycyaoxdu @yue9944882