The goal of this post is to help you to know how to develop Golang Operators using Operator Framework as … More
Tag: opensource
RedHat at@thedevconf in São Paulo at 2019
The RedHat stand was very busy and crowdy and the number of people who just stopped me at the event … More
[Tip] – Documentação do #AdoptOpenJDK #OpenJDK #LJC traduzida para português
Documentação dos projetos #AdoptOpenJDK #OpenJDK #LJC traduzida para português: Só acessar o link : https://adoptopenjdk.gitbooks.io/adoptopenjdk-getting-started-kit/content/pt/ Excelente contribuição @allandequeiroz !!!
[Git] – How to checkout a Pull Request from the upstream branch?
Command: git pull upstream pull/{PRNumber}/head E.g: git pull upstream pull/33/head
[Git] – How to update your fork branch with the changes made in the source repository?
Git command needed : upstream Step by Step Go to your fork project dir locally that you did via cloned the … More
[DevOps] – Use Ansible with Ansible Tower to automate tasks
What is Ansible ? Ansible IT automation engine that automates several IT needs by commands line. ANSIBLE QUICK START VIDEO ( 12′ … More