Skip to content

Commit

Permalink
build(*) add kustomizations and tooling to create 2.x manifests (#1563)
Browse files Browse the repository at this point in the history
* build(*) add all CRDs to 2.x kustomize

* build(*) add 2.x kustomizations and links

Add Kustomize manifests for 2.x. Many of these are links to existing 1.x
manifests that require no changes for 2.x. Uses a new location so that
the original unchanged 1.x manifests can live alongside new
2.x-only content.

* build(*) add 2.x manifest build script and target

Add a script to compose 2.x base manifests into single/all-in-one
manifests.

* feat(build) move manifests and verify v2 manifests

- Move deploy/single to deploy/single-v1
- Move railgun/config/single to deploy/single-v2
- Update manifest generator scripts with new locations
- Add v2 manifests to manifest verifier
- Link deploy/single to deploy/single-v1
  • Loading branch information
Travis Raines authored Jul 22, 2021
1 parent f76b19b commit 208733f
Show file tree
Hide file tree
Showing 33 changed files with 6,205 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
- Added `--publish-status-address` and `--publish-service` flags to 2.x.
[#1451](https:/Kong/kubernetes-ingress-controller/pull/1451)
[#1509](https:/Kong/kubernetes-ingress-controller/pull/1509)
- Added scripts to generate 2.x manifests.
[#1563](https:/Kong/kubernetes-ingress-controller/pull/1563)

#### Under the hood

Expand Down
1 change: 1 addition & 0 deletions deploy/single
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 208733f

Please sign in to comment.