-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #889 from areed/configure-nameserver
Add nameserver field to kurl installer spec
- Loading branch information
Showing
3 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
To make a change to the Installer type. | ||
|
||
1. Edit ./pkg/apis/cluster/v1beta1/installer_types.go | ||
1. Run `make generate` | ||
1. Make a PR and merge. | ||
1. cd to ../kurl_util | ||
1. Run `go get github.com/replicatedhq/kurl/kurlkinds` | ||
1. Define a new bash variable in kurl_util/cmd/yamltobash/main.go to hold the value of the new field. | ||
1. Use the new bash variable in kurl install scripts. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters