adds a label for initContainers, test and user-guide#1840
adds a label for initContainers, test and user-guide#1840cdrage merged 7 commits intokubernetes:mainfrom
Conversation
Signed-off-by: jose luis <2064537+sosan@users.noreply.github.com>
Signed-off-by: jose luis <2064537+sosan@users.noreply.github.com>
suggestions fixed |
cdrage
left a comment
There was a problem hiding this comment.
Sorry for the delay!
Some feedback:
- contaners is spelt wrong
- To match all the other labels, it should be
kompose.init.container.nameandkompose.init.container.imageandkompose.init.container.command.
Good addition! Again, apologizes for the delay.
Signed-off-by: jose luis <2064537+sosan@users.noreply.github.com>
…ernetes#1836) Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.16.1 to 0.19.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.16.1...v0.19.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Adds ability to specify the stage/target of a multistage dockerfile
changed labels to kompose.init.container.name, kompose.init.container.image, kompose.init.container.command fixed documentation, tests and e2e also merged main with new commits to this branch Signed-off-by: jose luis <2064537+sosan@users.noreply.github.com>
|
Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages. The list of commits with invalid commit messages:
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
changed labels to kompose.init.container.name, kompose.init.container.image, kompose.init.container.command |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cdrage, sosan The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Add label for initContainers
for example:
kompose.init-contaners.name: "init-service"
kompose.init-contaners.image: "busybox:1.28"
kompose.init-contaners.command: "['sh', '-c', 'until nslookup myservice.$(cat /var/run/secrets/kubernetes.io/serviceaccount/namespace).svc.cluster.local; do echo waiting for myservice; sleep 2; done']"
Which issue(s) this PR fixes:
Feature #1772
Special notes for your reviewer: