You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The install of OLM CRDs via install.sh via apply was failing due to the
'last-applied-configuration' annotation causing the size of the CRD
annotations to be too large for the server to accept. Applying via
server-side apply does not cause the annotation to be automatically
appended to the object, so the application goes through successfully.
Signed-off-by: Daniel Sover <[email protected]>
0 commit comments