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

Cannot install nightly release of pipelines-in-pipelines #817

Closed
jonashackt opened this issue Dec 13, 2021 · 3 comments · Fixed by #818
Closed

Cannot install nightly release of pipelines-in-pipelines #817

jonashackt opened this issue Dec 13, 2021 · 3 comments · Fixed by #818
Labels
kind/bug Categorizes issue or PR as related to a bug. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.

Comments

@jonashackt
Copy link
Contributor

jonashackt commented Dec 13, 2021

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

@jonashackt jonashackt added the kind/bug Categorizes issue or PR as related to a bug. label Dec 13, 2021
@jonashackt
Copy link
Contributor Author

As also described in this comment it works with another domain name like storage.googleapis.com instead of storage.cloud.google.com:

kubectl apply --filename https://storage.googleapis.com/tekton-releases-nightly/pipelines-in-pipelines/latest/release.yaml

jonashackt added a commit to jonashackt/experimental that referenced this issue Dec 13, 2021
@tekton-robot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale with a justification.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen with a justification.

/lifecycle stale

Send feedback to tektoncd/plumbing.

@tekton-robot tekton-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 13, 2022
@tekton-robot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten with a justification.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen with a justification.

/lifecycle rotten

Send feedback to tektoncd/plumbing.

@tekton-robot tekton-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Apr 12, 2022
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. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants