Skip to content

docs: update installation instructions#212

Open
fmuyassarov wants to merge 1 commit into
kubernetes-sigs:mainfrom
Nordix:docs/oci-install
Open

docs: update installation instructions#212
fmuyassarov wants to merge 1 commit into
kubernetes-sigs:mainfrom
Nordix:docs/oci-install

Conversation

@fmuyassarov
Copy link
Copy Markdown
Member

What type of PR is this?

/kind documentation

What this PR does / why we need it:

Promote latest (and first) published Helm chart as the primary install method and move the raw manifest to a legacy fallback.

The chart is already in the production registry:

skopeo list-tags docker://registry.k8s.io/networking/dranet
[9:37 AM]skopeo list-tags docker://registry.k8s.io/networking/charts/dranet
{
    "Repository": "[registry.k8s.io/networking/charts/dranet](http://registry.k8s.io/networking/charts/dranet)",
    "Tags": [
        "v1.3.0"
    ]
}

and quick installation test passed to test artifact pulling worked fine

helm install dranet oci://registry.k8s.io/networking/charts/dranet --version v1.3.0
Pulled: [registry.k8s.io/networking/charts/dranet:v1.3.0](http://registry.k8s.io/networking/charts/dranet:v1.3.0)
Digest: sha256:762b9725c1dc45727741372b2c6188ef145f5809785500a1d575c6950891fec3
NAME: dranet
LAST DEPLOYED: Fri May 29 06:38:53 2026
NAMESPACE: default
STATUS: deployed
REVISION: 1
DESCRIPTION: Install complete
TEST SUITE: None

Which issue(s) this PR is related to:

"N/A".

Special notes for your reviewer:

Does this PR introduce a user-facing change?

"NONE"

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/documentation Categorizes issue or PR as related to documentation. labels May 29, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented May 29, 2026

Deploy Preview for dranet canceled.

Name Link
🔨 Latest commit 6ecc357
🔍 Latest deploy log https://app.netlify.com/projects/dranet/deploys/6a1991ad14eceb0008cd4df9

@k8s-ci-robot k8s-ci-robot requested a review from anson627 May 29, 2026 06:58
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: fmuyassarov
Once this PR has been reviewed and has the lgtm label, please assign michaelasp for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@fmuyassarov
Copy link
Copy Markdown
Member Author

/cc @aojea @gauravkghildiyal

@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label May 29, 2026
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 29, 2026
@aojea
Copy link
Copy Markdown
Contributor

aojea commented May 29, 2026

I'm a classic man, manifest is simpler and easier, helm adds a dependency that in this case is avoidable

@fmuyassarov
Copy link
Copy Markdown
Member Author

I'm a classic man, manifest is simpler and easier, helm adds a dependency that in this case is avoidable

Fair enough. Would it makes sense at least to keep the oci based chart path here in the doc?

@aojea
Copy link
Copy Markdown
Contributor

aojea commented May 29, 2026

Fair enough. Would it makes sense at least to keep the oci based chart path here in the doc?

absolutely

Promote latest (and first) published Helm chart as the primary
install method and move the raw manifest to a legacy fallback.

Signed-off-by: Feruzjon Muyassarov <feruzjon.muyassarov@est.tech>
@fmuyassarov
Copy link
Copy Markdown
Member Author

Fair enough. Would it makes sense at least to keep the oci based chart path here in the doc?

absolutely

updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/documentation Categorizes issue or PR as related to documentation. release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants