1
- In this quickstart you will use Porch to discover configuration packages
1
+ In this quickstart you will use Porch to discover configuration packages
2
2
in a [ sample repository] ( https://github.com/GoogleContainerTools/kpt-samples ) .
3
3
4
4
You will use the kpt CLI - the new ` kpt alpha ` command sub-groups to interact
@@ -37,7 +37,7 @@ kpt-samples git Package True https://github.com/GoogleContaine
37
37
From the output you can see that:
38
38
39
39
* the repository was registered by the name ` kpt-samples ` . This was chosen
40
- by kpt automatically from the repsitory URL, but can be overriden
40
+ by kpt automatically from the repository URL, but can be overridden
41
41
* it is a ` git ` repository (OCI repositories are also supported, though
42
42
currently with some limitations)
43
43
* the repository is * not* a deployment repository. Repository can be marked
@@ -89,7 +89,7 @@ within the directory specified. By default Porch will analyze the whole
89
89
repository.
90
90
91
91
The ` secretRef ` can contain a name of a Kubernetes [ Secret] [ secret ] resource
92
- whith authentication credentials for Porch to access the repository.
92
+ with authentication credentials for Porch to access the repository.
93
93
94
94
### kubectl
95
95
@@ -124,7 +124,7 @@ kpt-samples-afcf4d1fac605a60ba1ea4b87b5b5b82e222cb69 basens v0 true
124
124
?> The ` r ` prefix of the ` rpkg ` command group stands for ` remote ` . The commands
125
125
in the ` kpt alpha rpkg ` group interact with packages managed (remotely) by Porch
126
126
server. The commands in the ` rpkg ` group are similar to the ` kpt pkg ` commands
127
- except that they operate on remote packges managed by Porch server rather than
127
+ except that they operate on remote packages managed by Porch server rather than
128
128
on a local disk.
129
129
130
130
The output shows that Porch discovered the ` basens ` package, and found two
@@ -150,7 +150,7 @@ You can use the command to output the resources as a
150
150
directory:
151
151
152
152
``` sh
153
- # View contents of the basens/v0 packge revision
153
+ # View contents of the basens/v0 package revision
154
154
$ kpt alpha rpkg pull kpt-samples-afcf4d1fac605a60ba1ea4b87b5b5b82e222cb69 -ndefault
155
155
156
156
apiVersion: config.kubernetes.io/v1
0 commit comments