knative / knative/operator

Airgapped/Disconnected Environment Installation Support

Open
#2,216 10 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

kind/feature-request
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.imagePullSecrets in KnativeServing CR 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 KnativeServing instance; 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:

  1. Documentation: Official guide published covering image list per version, mirroring steps, CR configuration, and ServiceAccount patching workarounds
  2. Native support: spec.registry.imagePullSecrets automatically 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.