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

420 init container #501

Merged
merged 10 commits into from
Nov 18, 2019
Merged

420 init container #501

merged 10 commits into from
Nov 18, 2019

Conversation

shivdudhani
Copy link
Contributor

@shivdudhani shivdudhani commented Nov 15, 2019

  • InitContainer: Cleans up stale webhooks create by kyverno.
    • using go channel pipeline pattern to run 2 workers to parallel cleanup resources.
    • path: cmd\initContainer\main.go
  • move main to cmd\kyverno\main.go
  • move cli to cmd\kyvernocli\main.go
  • Makefile updates:
    • made the build scripts consistent for all 3 targets:
    • kyevrno
    • initContiainer
    • cli
  • Clean init.go and move helper functions to packages.
  • re-implement signal handler. (remove the dependency on project sample_project)
  • update travis CI buildpine
    Disabling docker push in travis CI, as these changes will be internal for now

fixes #443
fixes #424
fixes #420

@shivdudhani
Copy link
Contributor Author

This PR does not run CI build, as its for PRs into master.

@shivdudhani shivdudhani merged commit 61b202c into v1.1.0 Nov 18, 2019
@shivdudhani shivdudhani deleted the 420_init_container branch November 18, 2019 19:41
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.

None yet

2 participants