tektoncd / website

Tekton Website
https://tekton.dev
Apache License 2.0
62 stars 149 forks source link

Update git-clone task instructions per 0.8 #425

Closed concaf closed 1 year ago

concaf commented 1 year ago

Changes

Recently, the git-clone task was updated to version 0.8 which is not backwards compatible in that it is run as a non-root user which does not have access to volumes mounted via workspaces by default. To accomodate this change, the users need to update their PipelineRuns and TaskRuns with podTemplate.securityContext.fsGroup = 65532 to fix the permissions on mounted volumes.

This commit makes this configuration change in the how-to guide.

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you review them:

See the contribution guide for more details.

bendory commented 1 year ago

/lgtm

tekton-robot commented 1 year ago

@bendory: changing LGTM is restricted to collaborators

In response to [this](https://github.com/tektoncd/website/pull/425#issuecomment-1219614504): >/lgtm Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
tekton-robot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: geriom

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/tektoncd/website/blob/main/OWNERS)~~ [geriom] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
geriom commented 1 year ago

/lgtm