New to Kubepack? Please start here.
Scenario-1
This docs trying to explain the behavior of Pack
This section explain test-1.
If you look into this test’s manifest.yaml
file.
$ cat manifest.yaml
package: github.com/kubepack/pack/docs/_testdata/test-1
owners:
- name: Appscode
email: [email protected]
dependencies:
- package: github.com/kubepack/kube-a
branch: test-1
See image below, which describe whole dependency.
Explanation of image:
This test directly depends on branch
test-1
ofkube-a
repository.kube-a
’s depends on branchtest-1
ofkube-b
. See this manifest.yaml file herekube-b
’s depends on branchtest-1
ofkube-c
. See this manifest.yaml file herekube-c
has no dependency. See this manifest.yaml file here
Now, $ kubectl plugin pack dep
command will get all the dependencies and place it under manifests/vendor
folder.