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
Copy file name to clipboardExpand all lines: website/content/en/build/_index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ <h2 class="of-heading of-heading--xl">READ THE USER GUIDES</h2>
68
68
<divclass="of-section--largetext__item">
69
69
<h2class="of-heading of-heading--xl">PUBLISH YOUR OPERATOR</h2>
70
70
<pclass="of-section--largetext__content">Learn about how you can package your Operator and share with the Kubernetes community using Operator Lifecycle Manager's package management.</p>
71
-
<ahref="/docs/olm-integration/user-guide" class="of-button of-button--tertiary">Learn More
71
+
<ahref="/docs/olm-integration/quickstart-bundle" class="of-button of-button--tertiary">Learn More
The `kubemetrics.GenerateAndServeCRMetrics` function requires an RBAC rule to list all GroupVersionKinds in the list of watched namespaces, so you might need to [filter](https://github.com/operator-framework/operator-sdk/blob/v0.15.2/pkg/k8sutil/k8sutil.go#L161) the kinds returned by [`k8sutil.GetGVKsFromAddToScheme`](https://godoc.org/github.com/operator-framework/operator-sdk/pkg/k8sutil#GetGVKsFromAddToScheme) more stringently to avoid authorization errors such as `Failed to list *unstructured.Unstructured`.
@@ -860,6 +865,6 @@ When the operator is not running in a cluster, the Manager will return an error
0 commit comments