-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HPCC-27129 Add support for private Docker repo
Signed-off-by: Godson Fortil <[email protected]>
- Loading branch information
Godson Fortil
committed
Apr 21, 2022
1 parent
2978ca0
commit cfcf410
Showing
5 changed files
with
85 additions
and
51 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
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 |
---|---|---|
|
@@ -62,16 +62,19 @@ node_pools = { | |
# ....................... | ||
|
||
hpcc = { | ||
version = "8.4.14-rc1" | ||
version = "8.6.20-rc1" | ||
name = "myhpcck8s" | ||
atomic = true | ||
# image_root = "<server-address>/<repository name>" | ||
# image_name = "platform-core-ln" | ||
# image_version = "8.6.18-rc1" | ||
} | ||
|
||
elk = { | ||
enable = false | ||
name = "myhpccelk" | ||
# chart = "" | ||
# values = "" | ||
# values = [] | ||
} | ||
|
||
storage = { | ||
|
@@ -95,15 +98,6 @@ storage = { | |
# Setting this to true can cause eclwatch service to stick in a pending state. Only use this if you know what you are doing. | ||
expose_services = true | ||
|
||
# image_root - Root of the image other than hpccsystems | ||
# image_root = "foo" | ||
|
||
# image_name - Name of the image other than platform-core | ||
# image_name = "bar" | ||
|
||
# image_version - Version of the image | ||
# image_version = "bar" | ||
|
||
# auto_connect - Automatically connect to the kubernetes cluster from the host machine. | ||
auto_connect = true | ||
|
||
|
@@ -125,3 +119,12 @@ auto_launch_eclwatch = true | |
location = "value" | ||
} | ||
*/ | ||
|
||
/* | ||
# Private Docker repository authentification | ||
registry = { | ||
password = "my_api_key" | ||
server = "westus.lexisnexisrisk.com" | ||
username = "[email protected]" | ||
} | ||
*/ |
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
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