Skip to content

replace tridentctl command with kubectl to create k8s resource - #112

Open
ac427 wants to merge 1 commit into
harvester:mainfrom
ac427:trident
Open

replace tridentctl command with kubectl to create k8s resource#112
ac427 wants to merge 1 commit into
harvester:mainfrom
ac427:trident

Conversation

@ac427

@ac427 ac427 commented May 19, 2026

Copy link
Copy Markdown

Copilot AI review requested due to automatic review settings May 19, 2026 13:22
@netlify

netlify Bot commented May 19, 2026

Copy link
Copy Markdown

Deploy Preview for harvester-home-preview ready!

Name Link
🔨 Latest commit f68eada
🔍 Latest deploy log https://app.netlify.com/projects/harvester-home-preview/deploys/6a0c65485df8350008515704
😎 Deploy Preview https://deploy-preview-112--harvester-home-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the NetApp third-party storage KB article to use kubectl (with a TridentBackendConfig CR and a Secret) instead of the deprecated tridentctl create backend workflow, per harvester/harvester#10611. Also reorders/renumbers a couple of subsequent steps.

Changes:

  • Replaces the legacy backend.yaml body with a Secret + TridentBackendConfig manifest.
  • Swaps the tridentctl create backend invocation for a kubectl apply against the manifest.
  • Re-numbers nested and top-level ordered list items in the surrounding sections.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


```shell
./tridentctl create backend -f /tmp/backend.yaml -n trident
kubectl -f /tmp/backend.yaml -n trident
type: Opaque
stringData:
username: <<ONTAP storage admin user>>
password: <<password | base64>>
apiVersion: trident.netapp.io/v1
kind: TridentBackendConfig
metadata:
name: default_backend_san
Signed-off-by: ac427 <ananta.c@gmail.com>
@wheatdog
wheatdog requested review from a team and ihcsim and removed request for a team June 22, 2026 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants