Skip to content

Commit cf9a334

Browse files
authored
chore: fix typo (GoogleContainerTools#2316)
1 parent ce00d2c commit cf9a334

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ docker run -ti --rm -e GOOGLE_APPLICATION_CREDENTIALS=/kaniko/config.json \
563563

564564
#### Pushing to GCR using Workload Identity
565565

566-
If you have enabled Workload Indentity on your GKE cluster then you can use the
566+
If you have enabled Workload Identity on your GKE cluster then you can use the
567567
workload identity to push built images to GCR without adding a
568568
`GOOGLE_APPLICATION_CREDENTIALS` in your kaniko pod specification.
569569

@@ -1004,7 +1004,7 @@ multiple times for multiple registries.
10041004
#### Flag `--skip-unused-stages`
10051005

10061006
This flag builds only used stages if defined to `true`. Otherwise it builds by
1007-
default all stages, even the unnecessaries ones until it reaches the target
1007+
default all stages, even the unnecessary ones until it reaches the target
10081008
stage / end of Dockerfile
10091009

10101010
#### Flag `--snapshotMode`
@@ -1124,7 +1124,7 @@ profiling,
11241124
1. Add an environment variable `STACKLOG_PATH` to your
11251125
[pod definition](https://github.com/GoogleContainerTools/kaniko/blob/master/examples/pod-build-profile.yaml#L15).
11261126
2. If you are using the kaniko `debug` image, you can copy the file in the
1127-
`pre-stop` container lifecyle hook.
1127+
`pre-stop` container lifecycle hook.
11281128

11291129
## Comparison with Other Tools
11301130

RELEASE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Please change all usages of `gcr.io/kaniko-project/executor:latest` to `gcr.io/Y
3737
### Getting write access to the Kaniko Project
3838
In order to kick off kaniko release, you need to write access to Kaniko project.
3939

40-
To get write access, please ping one of the [Kaniko Mantainers](https://github.com/orgs/GoogleContainerTools/teams/kaniko-maintainers/members).
40+
To get write access, please ping one of the [Kaniko Maintainers](https://github.com/orgs/GoogleContainerTools/teams/kaniko-maintainers/members).
4141

4242
Once you have the correct access, you can kick off a release.
4343

@@ -94,7 +94,7 @@ You could verify if the images are published using the `docker pull` command
9494
```
9595
docker pull gcr.io/kaniko-project/executor:warmer-vX.Y.Z
9696
```
97-
In case the images are still not published, ping one of the kaniko manintainers and they will provide the cloud build trigger logs.
97+
In case the images are still not published, ping one of the kaniko maintainers and they will provide the cloud build trigger logs.
9898
You can also request read access to the Google `kaniko-project`.
9999
100100
4. Finally, once the images are published, create a release for the newly created [tag](https://github.com/GoogleContainerTools/kaniko/tags) and publish it.

0 commit comments

Comments
 (0)