• 1 Post
  • 3 Comments
Joined 1 year ago
cake
Cake day: April 2nd, 2024

help-circle
  • morpheus17pro@lemmy.mltoProgrammer Humor@programming.devMerge conflicts
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    3
    ·
    2 days ago

    European here. I’m a supporter of civil rights and against racism and so on, but that controversy with master vs main for me is just a silly us american controversy, as master has more meanings that just owner of a slave (and in this context, it’s not even related to that master-slave thing as used to be in hardware naming).

    The issue is that kind of (in my pov, unnecessary) change caused an outage in my company as some k8s objects changed its label because of this kind of controversy, and some of our selectors were not ready for that change, as iirc this happened in a minor version upgrade. We also had to invest development hours to update internal tooling to support that change too (and I bet, a lot of companies did the same).


  • In my case, yes. My setup is managed using Ansible playbooks, so I have a dev inventory and a playbook that spins up a virtualized environment that mimics (as much as possible, as there are a few details that cannot be fully replicated) my home lab.

    That way, I usually prepare my new setups on dev, and then deploy on my pro setup and test with the few aspects I cannot reproduce in dev.

    Finally, I have everything backed by a (private) git repo.