-
Notifications
You must be signed in to change notification settings - Fork 66
Open
0 / 10 of 1 issue completedLabels
epic/kubectl-operator-pluginlifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.v1.xIssues related to OLMv1 features that come after 1.0Issues related to OLMv1 features that come after 1.0
Description
epic: #1424
Investigate methods for exposing catalogd service off cluster for querying for kubectl-operator. Potential options include:
- kubectl port-forward : requires permissions to set up the port-forward connection (Enhance RBAC model to separate pod creation and port-forwarding kubernetes/kubernetes#110999 (comment), bind local port),
- proxy : access the service at http://<kubernetes_master_address>/api/v1/namespaces/<namespace_name>/services/<service_name>/proxy - requires service/proxy permissions, no client authentication for external access to catalogd
- Expose service with a nodeport : Create the catalogd service with a nodeport, requires local port reservation by default with catalogd, and for the kubectl plugin to discover the local port assignment (present on service as externalIPs, ports.nodePort).
- kubernetes Gateway or Ingress : requires either the Gateway API addon or a third party ingress controller, OLM cannot make assumptions that a gateway/ingress controller will be running on every cluster.
If choosing a hybrid approach, follow-on work is required to also add ability to toggle on or off different methods, and also to automatically choose a method depending on the information provided by the currently running catalogd controller
Sub-issues
Collapse Sub-issuesSub-issues
- Manage this item control⌃ shift⇧ uU
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
Metadata
Metadata
Assignees
Labels
epic/kubectl-operator-pluginlifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.v1.xIssues related to OLMv1 features that come after 1.0Issues related to OLMv1 features that come after 1.0
Type
Projects
Status
No status
Milestone
Relationships
Development
Select code repository
Activity
kubectl operator
plugin updates for operator-controller and catalogd #1424kubectl operator
plugin updates for operator-controller and catalogd #1424[-]WIP: Expose catalogd service off cluster[/-][+]Spike: Expose catalogd service off cluster[/+]github-actions commentedon Jun 25, 2025
Issues go stale after 90 days of inactivity. If there is no further activity, the issue will be closed in another 30 days.