-
Notifications
You must be signed in to change notification settings - Fork 1.1k
add tutorial which discusses automation, annotations, locks #1675
Conversation
closes: #1309 Signed-off-by: Daniel Holbach <daniel@weave.works>
Signed-off-by: Daniel Holbach <daniel@weave.works>
Installing operators in the After each fluxctl command I would put a snippet with the annotations it created and I would mention that you don't need fluxctl for all those operations, doing the changes in Git works the same. |
Mh, ok. I take your point. It's just a bit clunky to have to type
Will do. Good idea. |
For this I'd either need to
I'd obviously prefer to go with 1). Another option would be to go with |
@dholbach you could mention that for simplifying the demo we use the |
Sounds good! |
Maybe, it would be nice to have a config file and contexts like This would allow for specifying an implicit namespace, so that you don't need to do it in the command line. |
Closes: #1309
This tutorial aims to show step-by-step to set up Flux and drive it by using locks, annotations and automation. The idea was to keep it simple but have a practical example to look at with clear instructions and clear outcomes.
Feedback is very welcome. Let me know if I missed anything.
We also have instructions for doing the same with Helm, I'm just not sure how to best implement it. Maybe offer 'alternate' setup steps?