Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphical editing of kubeconfigFile will flash back #996

Open
chilianyi opened this issue Sep 13, 2023 · 0 comments
Open

Graphical editing of kubeconfigFile will flash back #996

chilianyi opened this issue Sep 13, 2023 · 0 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.
Milestone

Comments

@chilianyi
Copy link
Contributor

What is version of KubeSphere DevOps has the issue?

v3.4.0

How did you install the Kubernetes? Or what is the Kubernetes distribution?

kubekey

What happened?

pipeline {
  agent any
  stages {
    stage('stage-x8135') {
      agent none
      steps {
        withCredentials([kubeconfigFile(credentialsId: 'devops-config', variable: 'KUBECONFIG',)]) {
          sh 'envsubst < app/app-api.yaml | kubectl apply -f -'
        }

        withCredentials([kubeconfigContent(credentialsId: 'devops-config', variable: 'KUBECONFIG')]) {
          echo 'test'
        }

      }
    }

  }
}

When edit, will flash back
截屏2023-09-13 10 54 28

截屏2023-09-13 10 55 46

Relevant log output

No response

Additional information

No response

@chilianyi chilianyi added the kind/bug Categorizes issue or PR as related to a bug. label Sep 13, 2023
@chilianyi chilianyi added this to the v3.5 milestone Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants