Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding link to blog post with detailed step-by-step instructions for … #67

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ vSphere Tanzu Kubernetes Grid Image Builder provides tooling that can be used to
- [Building Images](#building-images)
- [Make Targets](#make-targets)
- [Customization Examples](#customizations-examples)
- [Blog](#blog)
- [Debugging](#debugging)
- [Contributing](#contributing)
- [License](#license)
Expand Down Expand Up @@ -119,7 +120,11 @@ make build-node-image OS_TARGET=photon-3 KUBERNETES_VERSION=v1.23.15+vmware.1 TK

## Customizations Examples

Sample customization examples can be found [here](docs/examples/README.md)
Sample customization examples can be found [here](docs/examples/README.md).

## Blog

Refer to the blog post [Building Custom Tanzu Kubernetes releases for vSphere with Tanzu](https://williamlam.com/2023/07/building-custom-tanzu-kubernetes-releases-tkr-for-vsphere-with-tanzu.html) for step-by-step instructions on building a custom Tanzu Kubernetes release for use with TKG on Supervisor.

## Debugging

Expand Down