Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile.core.mk
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ build-old-archive-%:
@scripts/build_old_archive.sh $@

# The init recipe was split into two recipes to solve an issue seen in prow
# where paralyzation is happening and some tasks in a recipe were occuring out
# where parallelization is happening and some tasks in a recipe were occurring out
# of order. The desired behavior is for `preinit` to do the clone and set up the
# istio/istio directory. Then the eval task in `init` will have the directory in
# which to run the `git command.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test: no
1. 为您从教程中收到的配置文件或者在上一个模块自己创建的配置文件设置环境变量 `KUBECONFIG`。

{{< text bash >}}
$ export KUBECONFIG=<the file you recieved or created in the previous module>
$ export KUBECONFIG=<the file you received or created in the previous module>
{{< /text >}}

1. 通过打印当前命名空间来验证配置是否生效:
Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ expected output. The framework includes the following built-in verify functions:
Like implies:

- Same number of lines
- Same number of whitespace-seperated tokens per line
- Same number of whitespace-separated tokens per line
- Tokens can only differ in the following ways:

1. different elapsed time values (e.g., `30s` is like `5m`)
Expand Down