-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Adopt Kubernetes native Sidecar Containers #7617
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Comments
pritidesai
added
the
kind/feature
Categorizes issue or PR as related to a new feature.
label
Jan 25, 2024
cc @abayer |
8 tasks
kgcarr
added a commit
to kgcarr/pipeline
that referenced
this issue
Jun 14, 2024
kgcarr
added a commit
to kgcarr/pipeline
that referenced
this issue
Jun 14, 2024
kgcarr
added a commit
to kgcarr/pipeline
that referenced
this issue
Jun 14, 2024
kgcarr
pushed a commit
to kgcarr/pipeline
that referenced
this issue
Jun 17, 2024
kgcarr
pushed a commit
to kgcarr/pipeline
that referenced
this issue
Jun 19, 2024
kgcarr
pushed a commit
to kgcarr/pipeline
that referenced
this issue
Jun 21, 2024
kgcarr
pushed a commit
to kgcarr/pipeline
that referenced
this issue
Jun 21, 2024
kgcarr
added a commit
to kgcarr/pipeline
that referenced
this issue
Jul 10, 2024
kgcarr
added a commit
to kgcarr/pipeline
that referenced
this issue
Jul 10, 2024
kgcarr
added a commit
to kgcarr/pipeline
that referenced
this issue
Jul 11, 2024
kgcarr
added a commit
to kgcarr/pipeline
that referenced
this issue
Jul 11, 2024
kgcarr
added a commit
to kgcarr/pipeline
that referenced
this issue
Jul 11, 2024
kgcarr
added a commit
to kgcarr/pipeline
that referenced
this issue
Jul 11, 2024
kgcarr
added a commit
to kgcarr/pipeline
that referenced
this issue
Jul 12, 2024
kgcarr
added a commit
to kgcarr/pipeline
that referenced
this issue
Jul 12, 2024
kgcarr
added a commit
to kgcarr/pipeline
that referenced
this issue
Jul 12, 2024
kgcarr
added a commit
to kgcarr/pipeline
that referenced
this issue
Jul 12, 2024
kgcarr
added a commit
to kgcarr/pipeline
that referenced
this issue
Jul 12, 2024
kgcarr
added a commit
to kgcarr/pipeline
that referenced
this issue
Jul 12, 2024
kgcarr
added a commit
to kgcarr/pipeline
that referenced
this issue
Jul 13, 2024
kgcarr
added a commit
to kgcarr/pipeline
that referenced
this issue
Jul 13, 2024
tekton-robot
pushed a commit
that referenced
this issue
Jul 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tekton Pipelines v0.7 introduced the sidecar support in a
task
with #936 back in June 2019.The sidecars are implemented in such a way that the users can specify a list of steps/containers running as
sidecars
. The entrypoint initializes sidecar containers and waits until they are ready to initiate the step containers. Once all the step containers are done, the entrypoint replaces the sidecar container image withnop
to terminate the sidecars.The existing sidecar implementation has been working great with some caveats. Kubernetes 1.29 introduced an in-built support for sidecar containers.
Tekton community had discussion to adopt Kubernetes native approach to sidecars during the API WG on 01/22/24. The community came to an agreement to continue supporting the custom sidecar implementation for backward compatibility purpose and for older version of Kubernetes. And at the same time, adopt Kubernetes native sidecar implementation for the users running compatible version of Kubernetes. We have identified a list of tasks as part of this effort:
#1131 documents the need for this feature. And, can be closed once this is implemented.
/kind feature
The text was updated successfully, but these errors were encountered: