Skip to content

Commit

Permalink
fix: fix namespace log line
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 authored and edvald committed Sep 24, 2021
1 parent 039cca4 commit a4fa362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ ${renderCommands(commands)}
// Print header log before we know the namespace to prevent content from
// jumping.
// TODO: Link to Cloud namespace page here.
const nsLog = headerLog.info(chalk.gray(`Running in namespace ...\n`))
const nsLog = headerLog.info("")

do {
try {
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/in-cluster-building.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ You can also select a different name for the cache repository and pass the path
This does not appear to be an issue for GCR on GCP. We haven't tested this on other container repositories.
{% endhint %}

You can provide extra arguments to Kaniko via the [`extraFlags`](../reference/providers/kubernetes.md#providerskanikoextraFlags) field. Users with projects with a large number of files should take a look at the `--snapshoteMode=redo` and `--use-new-run` options as these can provide [significant performance improvements](https://github.com/GoogleContainerTools/kaniko/releases/tag/v1.0.0). Please refer to the [official docs](https://github.com/GoogleContainerTools/kaniko#additional-flags) for the full list of available flags.
You can provide extra arguments to Kaniko via the [`extraFlags`](../reference/providers/kubernetes.md#providerskanikoextraFlags) field. Users with projects with a large number of files should take a look at the `--snapshotMode=redo` and `--use-new-run` options as these can provide [significant performance improvements](https://github.com/GoogleContainerTools/kaniko/releases/tag/v1.0.0). Please refer to the [official docs](https://github.com/GoogleContainerTools/kaniko#additional-flags) for the full list of available flags.

The Kaniko pods will always have the following toleration set:

Expand Down

0 comments on commit a4fa362

Please sign in to comment.