kubectl apply -f kompose # working k8s manifests#1263
Open
nargetdev wants to merge 19 commits intokizniche:masterfrom
Open
kubectl apply -f kompose # working k8s manifests#1263nargetdev wants to merge 19 commits intokizniche:masterfrom
nargetdev wants to merge 19 commits intokizniche:masterfrom
Conversation
Owner
|
Thanks for this. I've been doing a lot of traveling for work and haven't had a chance to review it all yet. Just jumping in to mention it's on my radar! |
…Pi nodes. Still need to validate multiple concurrent nodes (i.e. daemonset)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With the use of initContainers we are able to initialize data for the volumes from the contents of the Docker container for kubernetes cluster.
docker composedoes this normally, but we had to do it explicitly for k8s manifests.Another small detail was the hostnames i.e. mycodo_flask, mycodo_daemon, etc.
kubernetes doesn't like underscores for their DNS.. so I changed them all to mycodoflask, mycododaemon, etc.
P.S. it looks like I let some old commits slip in here. Let me know if you want me to re-clone and make a cleaner PR.