Sergio Ocón-Cárdenas

Results 80 comments of Sergio Ocón-Cárdenas

Separate file management from resource management, because the main use case is to process and edit files, beyond generating a list of resources. Also, being able to quickly provide a...

Let's add this to the configuration too,.

It would be great to be able to compare schemas to see the changes, using the compare all feature with schemas from different versions of K8s. A way to document...

Lens and kubectl work without any issue

It also be possible to visualize in the visual interface the hierarchy and dependencies.

The service and the router are those of the template. `oc rsh pod-name` Inside the container `curl 0.0.0.0:8080` returns "no javascript enabled" page `curl localhost:8080`will do the same `curl $WEB_SERVICE_HOST:$WEB_SERVICE_PORT`...

It just happened to me with the laptop working and using it, but with Rancher Desktop in the background

Use this gemfile and it will fail with an error message about not being able to install cmake: ```ruby source 'https://rubygems.org' git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") "https://github.com/#{repo_name}.git"...