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(pods): add pull policy to containers config #1

Merged
merged 3 commits into from
Nov 4, 2019

Conversation

m0nhawk
Copy link
Contributor

@m0nhawk m0nhawk commented Oct 11, 2019

New Features

  • Add support to specifying the Pull Request Policy for containers, available options: Always, IfNotPresent and Never. For backward compatibility, missing pull_policy will use default, IfNotPresent policy.

Breaking Changes

Bug Fixes

Improvements

Dependency updates

Deployment changes

  • New pull_policy option is available for hatchery.containers entries, eg:
{
    "target-port": 8787,
    "cpu-limit": "1.0",
    "memory-limit": "512Mi",
    "pull_policy": "Always",
    "name": "R Studio",
    "image": "heliumdatastage/rstudio-server:1",
    "env": {
        "DISABLE_AUTH": "true"
    },
    "args": [],
    "path-rewrite": "/",
    "use-tls": "false",
    "ready-probe": "/"
}

Copy link

@diw2 diw2 left a comment

Choose a reason for hiding this comment

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

👍

@m0nhawk m0nhawk merged commit 57fa68e into master Nov 4, 2019
@m0nhawk m0nhawk deleted the feat/pull_policy branch November 4, 2019 18:57
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.

2 participants