You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@@ -30,7 +30,7 @@ If it is needed to expose some extra Ports between the docker container and the
`./idpbuilder create --extraPorts 22:32222`
It is also possible to use your own kind config file
`./idpbuilder create --buildName local --kindConfig ./my-kind.cfg`
`./idpbuilder create --buildName local --kindConfig ./my-kind.yaml`
**NOTE**: Be sure to include in your kind config the section `containerdConfigPatches` where the registry hostname includes the name specified with the parameter: `--buildname`