odo
odo copied to clipboard
odo - Developer-focused CLI for fast & iterative container-based application development on Podman and Kubernetes. Implementation of the open Devfile standard.
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.23.2 to 0.24.3. Commits ee1a5aa Update dependencies to v0.24.3 tag 686b396 Revert "Introduce APIs to support multiple ClusterCIDRs (#108290)" af4295f Merge pull request #109114 from tkashem/client-go-retry-thread-safe d8531f5...
/kind feature ## Which functionality do you think we should add? Add a parameter for reading environment variables from a file, something like: `$ odo env set --from-file /path/to/file-with-env-variables` ##...
/kind user-story ## User Story - As an odo user - I don't want to keep manually restarting `odo dev` command every time I edit something in devfile (like `commandLine`...
/kind task /area refactoring This is a follow-up to a discussion in #5852 > Would it be possible to clean up the code by removing both `Name` and `AppName` fields...
/kind bug ## What versions of software are you using? **Operating System:** Mac M1 **Output of `odo version`:** master ## How did you run odo exactly? Run: ```sh KUBERNETES=true make...
/kind bug /priority high ## What versions of software are you using? **Operating System:** MacOS **Output of `odo version`:** odo v3.0.0-beta2 (c8e4458f4) Server: https://api.crc.testing:6443 Kubernetes: v1.23.5+b463d71 ## How did you...
/kind documentation Some users want to understand how odo works, sadly we currently don't have any documentation around that. All this is in our heads or in code. Things that...
/kind documentation ## What mistake did you find / what is missing in the documentation? `odo link` works without SBO for kubeadmin users. This needs to be documented on https://odo.dev....
/kind documentation ## What mistake did you find / what is missing in the documentation? When using odo against Kind or Minikube you need to use "odo url --host" and...
/kind documentation ## What mistake did you find / what is missing in the documentation? In general.. where is all the Devfile documentation? How do I go from that user...