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

add note for kubernetes constraints/nodeSelectors #260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 6, 2021

  1. add note for kubernetes constraints/nodeSelectors

    The Kubernetes operator `faas-netes` expects the constraints / nodeSelectors in the format <label-key>=<label-value>.
    
    references:
      - pull request ([Node selector support via constraints openfaas#77](openfaas/faas-netes#77)), which introduced the feature
      - the [source code for the createSelector function](https://github.com/openfaas/faas-netes/blame/master/pkg/handlers/deploy.go#L338), see how the key-value pair is split
      - an [issue](openfaas/faas-netes#406 (comment)) regarding the difference between constraints for Docker Swarm & Kubernetes
    
    also:
      - fix broken link/anchor
        by removing erroneous whitespace in the URL
    
    Signed-off-by: Robert Groh <[email protected]>
    Robert Groh committed May 6, 2021
    Configuration menu
    Copy the full SHA
    db7d49d View commit details
    Browse the repository at this point in the history