This project is mirrored from https://gitee.com/NQL886/community-edition.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 26 Feb, 2022 2 commits
-
-
MinerYang authored
Co-authored-by:
yminer <yminer@vmmware.com>
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 25 Feb, 2022 2 commits
-
-
Sean McGinnis authored
If someone installing TCE either does not have sudo access, or enters the wrong password, it is currently ignored and the script continues on but does not actually complete the install. This adds a check on the sudo attempt to make sure it is successful. If not, it gives an error and exits will a failure return code. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 24 Feb, 2022 7 commits
-
-
leigh capili authored
Signed-off-by:
leigh capili <leigh@null.net>
-
Xudong Liu authored
Signed-off-by:
Xudong Liu <xudongl@vmware.com>
-
Xudong Liu authored
Signed-off-by:
Xudong Liu <xudongl@vmware.com>
-
Kay ORiordan authored
Signed-off-by:
kcoriordan <koriordan@vmware.com>
-
Xudong Liu authored
expose akoo nsx-t t1 router and don't deploy avi infra setting in ako package when in tkg management cluster (#3240) Signed-off-by:
Xudong Liu <xudongl@vmware.com>
-
Chen Lin authored
Signed-off-by:
Chen Lin <linch@vmware.com>
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 23 Feb, 2022 7 commits
-
-
Sean McGinnis authored
* Move plugin definition locally (#3021) This moves the PluginDescriptor and some helper functions to be light weight, locally defined interfaces with the community-edition repo. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com> * Update next branch with TF 0.16.0 (#3149) Co-authored-by:
github-actions <github-actions@github.com> * Unmanaged-cluster: resolve kbld images (#3133) - Using kbld libs, resolves the `image:` tags correctly from the `.imgpkg/images.yaml` files found in the kapp bundle - `Image` struct now has MergedManifest instead of ResolvedBytes. MergedManifest is a single slice of bytes that represents the resolved complete resolved, merged ytt / kbld manifest Signed-off-by:
John McBride <jmcbride@vmware.com> * Fix update GCP buckets (#3162) Co-authored-by:
github-actions <github-actions@github.com> * Revert publish for normal builds, remove distro on gcp bucket (#3164) Co-authored-by:
github-actions <github-actions@github.com> * Removes standalone-cluster plugin and all associated bits (#3007) - Removes standalone-cluster plugin - Removes standalone-cluster e2e test for all providers - Removes standalone-cluster release and install Signed-off-by:
John McBride <jmcbride@vmware.com> * Removal of standalone support mode in diagnostic plugin (#2922) Signed-off-by:
Vladimir Vivien <vivienv@vmware.com> * remove standalone from plugin build (#3169) Signed-off-by:
joshrosso <rossoj@vmware.com> * Only build platforms needed in action checks (#3110) We have several "check" jobs that run on new PRs. These jobs are currently running `make release` to get the binary to use to perform those checks. The GitHub Actions run on a Linux AMD64 platform, but by default the `make release` target builds for all supported platforms. We end up waiting a long time while these unnecessary platform targets are built, to then just pull out the linux-amd64 binary to perform our tests. This updates the `make release` targets called in these actions to only build the linux-amd64 binary that we need, saving some time by not waiting on platform targets we just throw away. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com> * Document chocolatey release commands (#3175) Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Bump go version to 1.17 (#2865) The tanzu-framework repo has bumped its version of go to 1.17 [0]. This follows suite and updates the go version in all go.mod and github workflows to specify go 1.17. [0] https://github.com/vmware-tanzu/tanzu-framework/commit/b2816e1ae30f3d8cf0c201eda05fcd89ea6c5924 Signed-off-by:
Sean McGinnis <smcginnis@vmware.com> * Handle go 1.16 and 1.17 deps for unmanaged plugin (#3218) This updates the `go mod tidy` calls for the unmanaged cluster plugin to be compatible with both 1.16 and 1.17. We require 1.17, but the builder tries to do a `go mod tidy` and will fail without any flags provided due to some transitive dependencies. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com> * Use stg repo for v0.16.0 (#3227) Until images get promoted to the production harbor Signed-off-by:
John McBride <jmcbride@vmware.com> * Upgrade Tanzu-Framework to v0.17.0 (#3231) Signed-off-by:
John McBride <jmcbride@vmware.com> Co-authored-by:
David vonThenen <12752197+dvonthenen@users.noreply.github.com> Co-authored-by:
github-actions <github-actions@github.com> Co-authored-by:
John McBride <jmcbride@vmware.com> Co-authored-by:
Vladimir Vivien <vivienv@vmware.com> Co-authored-by:
joshrosso <rossoj@vmware.com> Co-authored-by:
Nolan Brubaker <brubakern@vmware.com>
-
leigh capili authored
Signed-off-by:
leigh capili <leigh@null.net>
-
Xudong Liu authored
Signed-off-by:
Xudong Liu <xudongl@vmware.com>
-
Karuppiah Natarajan authored
Signed-off-by:
Karuppiah Natarajan <karuppiahn@vmware.com>
-
Karuppiah Natarajan authored
Signed-off-by:
Karuppiah Natarajan <karuppiahn@vmware.com>
-
Xudong Liu authored
Signed-off-by:
Xudong Liu <xudongl@vmware.com>
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 22 Feb, 2022 2 commits
-
-
minuq authored
Leading ~/<DOWNLOAD-DIR>/ makes no sense if we cd into <DOWNLOAD-DIR>
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 21 Feb, 2022 2 commits
-
-
Sean McGinnis authored
Our troubleshooting docs walk through how to exec into a pod in order to run kubectl commands. As part of this, we have the user copy the admin.conf file over so it doesn't need to be specified as the `--kubeconfig` when running commands. The example command we give for them to copy and paste had a type where "Kuberenetes" was capitalized in that path, so just pasting that command would fail to find the file. This changes that path to the correct all-lowercase `/etc/kubernetes/admin.conf`. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 20 Feb, 2022 1 commit
-
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 19 Feb, 2022 1 commit
-
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 18 Feb, 2022 2 commits
-
-
Nicholas Seemiller authored
Fix typo
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
- 17 Feb, 2022 14 commits
-
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
Sarah authored
-
Nolan Brubaker authored
Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
Nolan Brubaker authored
Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
Nolan Brubaker authored
Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
David vonThenen authored
-
Nolan Brubaker authored
Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
TCE Automation authored
Co-authored-by:
github-actions <github-actions@github.com>
-
Roger Klorese authored
* Create v0-10-0.yml * Update v0-10-0.yml Updated hashes and sizes.
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
Kay ORiordan authored
Signed-off-by:
kcoriordan <koriordan@vmware.com> Co-authored-by:
David vonThenen <12752197+dvonthenen@users.noreply.github.com>
-
Nigel Brown authored
Fix spacing mdlint issue Update 05-tce-10-available.md Add unmanaged cluster demo Update 05-tce-10-available.md Add in two missing hyperlinks. Update 05-tce-10-available.md Correct emphasis instead of heading Update 05-tce-10-available.md Correct bullet point linting Add v10 blog and images Add v10 blog and images
-
joshrosso authored
* add gettinging start guide for unmanaged cluster This commit introduces the getting started guide for unmanaged cluster. This replaces (in the TOC) the existing standalone-cluster docs. Signed-off-by:
joshrosso <rossoj@vmware.com> * Update docs/site/content/docs/assets/unmanaged-desc.md committing change Co-authored-by:
Kay ORiordan <koriordan@vmware.com> Co-authored-by:
David vonThenen <12752197+dvonthenen@users.noreply.github.com> Co-authored-by:
Kay ORiordan <koriordan@vmware.com>
-
Kay ORiordan authored
Signed-off-by:
kcoriordan <koriordan@vmware.com>
-