This repository was archived by the owner on Dec 5, 2024. It is now read-only.
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Cannot install nightly release of pipelines-in-pipelines #817
Closed
Description
Expected Behavior
I can install pipelines-in-pipelines following instructions here.
Actual Behavior
kubectl apply failes with:
$ kubectl apply --filename https://storage.cloud.google.com/tekton-releases-nightly/pipelines-in-pipelines/latest/release.yaml
error: error parsing https://storage.cloud.google.com/tekton-releases-nightly/pipelines-in-pipelines/latest/release.yaml: error converting YAML to JSON: yaml: line 11: mapping values are not allowed in this context
Steps to Reproduce the Problem
kubectl apply --filename https://storage.cloud.google.com/tekton-releases-nightly/pipelines-in-pipelines/latest/release.yaml
Additional Info
-
Kubernetes version:
Output of
kubectl version
:
Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.0", GitCommit:"ab69524f795c42094a6630298ff53f3c3ebab7f4", GitTreeState:"clean", BuildDate:"2021-12-07T18:08:39Z", GoVersion:"go1.17.3", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"21+", GitVersion:"v1.21.2-eks-06eac09", GitCommit:"5f6d83fe4cb7febb5f4f4e39b3b2b64ebbbe3e97", GitTreeState:"clean", BuildDate:"2021-09-13T14:20:15Z", GoVersion:"go1.16.5", Compiler:"gc", Platform:"linux/amd64"}
WARNING: version difference between client (1.23) and server (1.21) exceeds the supported minor version skew of +/-1
- Tekton Pipeline version:
Client version: 0.21.0
Pipeline version: v0.30.0
Triggers version: v0.17.1
Dashboard version: v0.22.0
Looks similar to #814