Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deploy/kubernetes): host alias support #1095

Merged
merged 1 commit into from Oct 30, 2018

Conversation

lwander
Copy link
Member

@lwander lwander commented Oct 30, 2018

deploymentEnvironment:
  hostAliases:
    spin-clouddriver:
    - ip: "127.0.0.1"
      hostnames:
      - "local.local"

#1080

```yaml
deploymentEnvironment:
  hostAliases:
    spin-clouddriver:
    - ip: "127.0.0.1"
      hostnames:
      - "local.local"
```
@lwander lwander requested a review from jtk54 October 30, 2018 17:40
Copy link
Contributor

@jtk54 jtk54 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@rverma-nikiai
Copy link
Contributor

@jtk54 How can we leverage this pull request to add node-selector and tolerations for spinnaker deployment.

@rverma-nikiai
Copy link
Contributor

@jtk54 The issue was referenced to support pod toleration config, although I doubt how it can help. Can you please shade some light here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants