Skip to content

-- adjustments to run tests on macos#57

Open
dborysenko wants to merge 1 commit intofydrah:masterfrom
dborysenko:adjust-for-mac
Open

-- adjustments to run tests on macos#57
dborysenko wants to merge 1 commit intofydrah:masterfrom
dborysenko:adjust-for-mac

Conversation

@dborysenko
Copy link

MacOS has some differences in commands and the way kind is implemented, therefore current test does not work for MacOS environments. This PR is a try to make test env to work on mac:

  1. Update skaffold yaml to support latest skaffold binary (v3)
  2. genconfig.sh uses base64 command with "-w0" argument which is not supported on mac.
  3. genconfig.sh uses IP address of a kind docker container. MacOS does not support this kind of connectivity and the only option is to use localhost.
  4. genconfig.sh added escaping for dollar sign in Dex staticpassword hash field.
  5. kindup.sh generates kind.yaml with "extraPortMappings" for MacOS environments to overcome its limitation described in item 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant