Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
4 changes: 2 additions & 2 deletions tests/util/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ __cmp_first_line() {

# Returns 0 if $out is "like" $expected. Like implies:
# 1. Same number of lines
# 2. Same number of whitespace-seperated tokens per line
# 2. Same number of whitespace-separated tokens per line
# 3. Tokens can only differ in the following ways:
# - different elapsed time values (e.g. 25s, 2m30s).
# - different ip values. Disallows <none> and <pending> by
Expand Down Expand Up @@ -442,7 +442,7 @@ _verify_first_line() {
#
# Like implies:
# 1. Same number of lines
# 2. Same number of whitespace-seperated tokens per line
# 2. Same number of whitespace-separated tokens per line
# 3. Tokens can only differ in the following ways:
# - different elapsed time values
# - different ip values. Disallows <none> and <pending> by
Expand Down