Official K8s Cheat Sheet: https://kubernetes.io/docs/reference/kubectl/cheatsheet/
- Check to which cluster you are connected to:
kubectl config current-context
repos: | |
- repo: https://github.com/browniebroke/django-codemod | |
# django-codemod is a tool to automatically | |
# fix Django deprecations. | |
# Any tag/version (>=1.5.6): | |
# https://github.com/browniebroke/django-codemod/tags | |
# | |
# Automatic execution of this hook has been disabled | |
# because it is a bit slow but its configuration is | |
# kept here so it can be easily run: |
Official K8s Cheat Sheet: https://kubernetes.io/docs/reference/kubectl/cheatsheet/
kubectl config current-context
baseado no meu outro tutorial https://gist.github.com/luzfcb/1a7f64adf5d12c2d357d0b4319fe9dcd que é mais atualizado que este. Eu não constumo atualizar esse tutorial, mas é bom para dar uma visão geral simplista das configurações.
Use o pyenv https://github.com/pyenv/pyenv para baixar, instalar e gerenciar múltiplas versões do INTERPRETADOR Python na sua maquina.
Primeiro instale as dependências:
Linux (Ubuntu):