Airgapped/Disconnected Environment Installation Support
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 226
- Forks
- 117
- Avg merge
- 12h 40m
- Merged PRs (30d)
- 12
Description
Problem
There is no official documentation or native support for installing Knative Operator in airgapped/disconnected environments.
Current challenges:
- No published list of required container images per Knative version
spec.registry.imagePullSecretsinKnativeServingCR does not propagate to ServiceAccounts (requires manual patching)- No global registry override option: users must configure multiple Helm values and CR fields separately
- On OpenShift, users deploy OpenShift Serverless Operator and create a
KnativeServinginstance; edge/disconnected clusters face the same issues with no streamlined private registry configuration
Persona:
Platform Operator: responsible for deploying and managing Knative on Kubernetes clusters, particularly in enterprise environments with network restrictions.
Exit Criteria
One of the following:
- Documentation: Official guide published covering image list per version, mirroring steps, CR configuration, and ServiceAccount patching workarounds
- Native support:
spec.registry.imagePullSecretsautomatically propagates to all relevant ServiceAccounts, and a CLI command exists to list all required images for a given version
Time Estimate (optional):
- Documentation only: 2-3 developer-days
- Native imagePullSecrets propagation fix: 3-5 developer-days
- Image list CLI tooling: 2-3 developer-days
Additional context (optional)
I've documented a working workaround here: https://github.com/runai-professional-services/knative-airgapped, this could serve as a reference for official documentation.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the linked knative-airgapped workaround and compare it with the current Knative Operator installation guidance. Clarify whether the contribution will provide documentation or native support for image discovery, registry configuration, and ServiceAccount imagePullSecrets. Done means an official guide covers the listed disconnected-installation steps, or the specified native behaviors are implemented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100