We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Kubernetes version:
Output of kubectl version:
kubectl version
Client Version: v1.30.2 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.30.2
Tekton Pipeline version:
Output of tkn version or kubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
tkn version
kubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
Client version: 0.38.1 Pipeline version: v0.63.0t
Operating System:
ProductName: macOS ProductVersion: 14.6.1 BuildVersion: 23G93
Symbol linking from brew directory folder path changed, it's depends upon Mac silicon too. ln symlink even if the target file doesn't exist.
/usr/local/bin/tkn would trigger but no such file or directory on Mac. ref
/usr/local/bin/tkn
brew install tektoncd-cli
ln -s /usr/local/bin/tkn /usr/local/bin/kubectl-tkn
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Versions and Operating System
Kubernetes version:
Output of
kubectl version
:Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
Operating System:
Expected Behavior
Symbol linking from brew directory folder path changed, it's depends upon Mac silicon too.
ln symlink even if the target file doesn't exist.
Actual Behavior
/usr/local/bin/tkn
would trigger but no such file or directory on Mac. refSteps to Reproduce the Problem
brew install tektoncd-cli
ln -s /usr/local/bin/tkn /usr/local/bin/kubectl-tkn
Additional Info
The text was updated successfully, but these errors were encountered: