-
Notifications
You must be signed in to change notification settings - Fork 520
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
dogswatch: initial kubernetes operator #239
Commits on Nov 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cefce8c - Browse repository at this point
Copy the full SHA cefce8cView commit details -
dogswatch: make constants true strings
The generated strings don't actually deserialize and serialize in the generated string form so there's no gain to them.
Configuration menu - View commit details
-
Copy full SHA for 7599e25 - Browse repository at this point
Copy the full SHA 7599e25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85725f0 - Browse repository at this point
Copy the full SHA 85725f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00b9edf - Browse repository at this point
Copy the full SHA 00b9edfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9435380 - Browse repository at this point
Copy the full SHA 9435380View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a65dea - Browse repository at this point
Copy the full SHA 2a65deaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfeed5f - Browse repository at this point
Copy the full SHA cfeed5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4693ba1 - Browse repository at this point
Copy the full SHA 4693ba1View commit details -
dogswatch: handle state propagation and response
There's still potential for races to the update, but that may be a product of the JSON Merge that's generated by the Kubernetes client - either way, there's a chance for a race and it should be mitigated.
Configuration menu - View commit details
-
Copy full SHA for b86d89e - Browse repository at this point
Copy the full SHA b86d89eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58e0721 - Browse repository at this point
Copy the full SHA 58e0721View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1efaf64 - Browse repository at this point
Copy the full SHA 1efaf64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c0c128 - Browse repository at this point
Copy the full SHA 0c0c128View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08968d5 - Browse repository at this point
Copy the full SHA 08968d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b1c703 - Browse repository at this point
Copy the full SHA 0b1c703View commit details -
Configuration menu - View commit details
-
Copy full SHA for 152da4a - Browse repository at this point
Copy the full SHA 152da4aView commit details -
dogswatch: add tests for intent
Massaging some of the conditions for validated usages
Configuration menu - View commit details
-
Copy full SHA for 08c95cd - Browse repository at this point
Copy the full SHA 08c95cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d582b0c - Browse repository at this point
Copy the full SHA d582b0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05cb5bc - Browse repository at this point
Copy the full SHA 05cb5bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f3bc69 - Browse repository at this point
Copy the full SHA 3f3bc69View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfec08b - Browse repository at this point
Copy the full SHA dfec08bView commit details -
Configuration menu - View commit details
-
Copy full SHA for db0a759 - Browse repository at this point
Copy the full SHA db0a759View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06e6a97 - Browse repository at this point
Copy the full SHA 06e6a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e95295 - Browse repository at this point
Copy the full SHA 6e95295View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7da889f - Browse repository at this point
Copy the full SHA 7da889fView commit details -
dogswatch: add development cluster resources
kind create cluster --config ./dev/cluster.yaml kubectl apply -f ./dev/dashboard.yaml
Configuration menu - View commit details
-
Copy full SHA for 33ab26c - Browse repository at this point
Copy the full SHA 33ab26cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c5e7fb - Browse repository at this point
Copy the full SHA 2c5e7fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cc0541 - Browse repository at this point
Copy the full SHA 6cc0541View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0517ce7 - Browse repository at this point
Copy the full SHA 0517ce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for df17abd - Browse repository at this point
Copy the full SHA df17abdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b4240e - Browse repository at this point
Copy the full SHA 3b4240eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33851e7 - Browse repository at this point
Copy the full SHA 33851e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 378a591 - Browse repository at this point
Copy the full SHA 378a591View commit details -
Configuration menu - View commit details
-
Copy full SHA for b262f6b - Browse repository at this point
Copy the full SHA b262f6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d862836 - Browse repository at this point
Copy the full SHA d862836View commit details -
dogswatch: use local cache for policy check
Construct a view on the policy that's summarized for the policy check to act on with. There are some issues that may be introduced with this approach and need to be better formed, however, I think this will get this functionality off the ground.
Configuration menu - View commit details
-
Copy full SHA for 8d92ea1 - Browse repository at this point
Copy the full SHA 8d92ea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69cb3ac - Browse repository at this point
Copy the full SHA 69cb3acView commit details -
Configuration menu - View commit details
-
Copy full SHA for d912fb6 - Browse repository at this point
Copy the full SHA d912fb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fde6115 - Browse repository at this point
Copy the full SHA fde6115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 467b98e - Browse repository at this point
Copy the full SHA 467b98eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 735dee8 - Browse repository at this point
Copy the full SHA 735dee8View commit details -
dogswatch: remove updog check that errors
We can't yet check for a usable configured state from updog, that'll have to come later. For now, checking that it exists on disk is enough to convince ourselves that we're in the right place.
Configuration menu - View commit details
-
Copy full SHA for e38994f - Browse repository at this point
Copy the full SHA e38994fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c99cf50 - Browse repository at this point
Copy the full SHA c99cf50View commit details -
Configuration menu - View commit details
-
Copy full SHA for f149da2 - Browse repository at this point
Copy the full SHA f149da2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a112336 - Browse repository at this point
Copy the full SHA a112336View commit details -
dogswatch: refactor processs and poster interfaces
This allows for the testing that's now present.
Configuration menu - View commit details
-
Copy full SHA for 0b811c2 - Browse repository at this point
Copy the full SHA 0b811c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd18161 - Browse repository at this point
Copy the full SHA dd18161View commit details -
Configuration menu - View commit details
-
Copy full SHA for 545bae6 - Browse repository at this point
Copy the full SHA 545bae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21ee352 - Browse repository at this point
Copy the full SHA 21ee352View commit details -
Configuration menu - View commit details
-
Copy full SHA for 990ace3 - Browse repository at this point
Copy the full SHA 990ace3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e86d64 - Browse repository at this point
Copy the full SHA 7e86d64View commit details
Commits on Nov 14, 2019
-
dogswatch: Update logging, climits, list update.
* Add logging to command execution. * Increase, temporarily, memory of running pod. * Update ListUpdate logic.
Configuration menu - View commit details
-
Copy full SHA for c8c4a0f - Browse repository at this point
Copy the full SHA c8c4a0fView commit details