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

disable istio injection for nats and alertmanager in yaml files #387

Closed
wants to merge 3 commits into from

Conversation

GuillaumeMorini
Copy link

Description

I have disabled istio injection in the yaml files in the same way it was done in the helm charts

Motivation and Context

To solve issue #369

How Has This Been Tested?

Tested on Kubernetes 1.11.7

Types of changes

  • [ x] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [x ] My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • [ x] I've read the CONTRIBUTION guide
  • I have signed-off my commits with git commit -s
  • I have added tests to cover my changes.
  • [x ] All new and existing tests passed.

@derek
Copy link

derek bot commented Mar 11, 2019

Thank you for your contribution. I've just checked and your commit doesn't appear to be signed-off. That's something we need before your Pull Request can be merged. Please see our contributing guide.
Tip: if you only have one commit so far then run: git commit --amend --sign-off and then git push --force.

Guillaume Morini added 2 commits March 11, 2019 15:33
Signed-off-by: Guillaume Morini <guillaume.morini@docker.com>
@alexellis
Copy link
Member

Hi @GuillaumeMorini thanks for your PR.

You will need to sign off every commit and remove your merge commits (which are unnecessary)

I'd suggest a simple git reset followed by git stash then rebase with origin/master and pop the changes off for a new commit that is signed-off.

Alex

@alexellis alexellis closed this in 94138af Apr 6, 2019
@alexellis
Copy link
Member

@GuillaumeMorini I noticed you work at Docker. If you're using OpenFaaS with Docker EE, please install with helm and not with plain YAML.

The chart enables basic-auth and has more configuration options, you can also use the chart to generate YAML if you prefer to install OpenFaaS without tiller and only using kubectl.

@GuillaumeMorini
Copy link
Author

GuillaumeMorini commented Apr 6, 2019 via email

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

Successfully merging this pull request may close these issues.

2 participants