Manohar Castelino

Results 35 issues of Manohar Castelino

# Description of problem Today we recommend the use of a systemd unit file to add cc-runtime to docker. However this can cause issues if the user does not ensure...

# Description of problem cc-runtime list command no longer works when used alongside kubernetes ``` sudo -E kubeadm init --pod-network-cidr 10.244.0.0/16 export KUBECONFIG=/etc/kubernetes/admin.conf sudo -E kubectl get nodes sudo -E...

# Description of problem Today we use https://github.com/golang/dep to manage the project dependencies. However we do do not explicitly constrain the dependencies. This means that dep will pull in the...

# Description of problem Clearlinux optimizes the kernel setting to ensure best power and performance. This is done via https://download.clearlinux.org/debuginfo/src/clr-power-tweaks-140/ and some systemd unit files. The tweaks include setup of...

# Description of problem docker run -itd alpine sh # Expected result Container up with networking # Actual result ``` docker run -itd alpine sh Unable to find image 'alpine:latest'...

# Description of problem Change the Sirupsen imports to sirupsen as the upstream package has changed from https://github.com/Sirupsen/logrus to https://github.com/sirupsen/logrus Without this we cannot revendor our dependencies.

in progress

Today the configuration.toml allows passing of additional kernel command line parameters ``` kernel_params = "" ``` It would be useful for power users to pass additional (for now) parameters to...

# How to debug QEMU or Kernel issues for Clear Containers Manual command line for Clear Container Q35 Launch. This lets you debug w/o needing the entire kubernetes or docker...

domain:documentation

Based on https://github.com/jcvenegas/cc-oci-runtime/commit/3334a2bc7c915e1f631bc85355f1ce20ea984200 We need to add cc-debug-console service to the image by default. Note: This will not be activated unless specified in the agent configuration ``` [Unit] Description=Container debug...

/kind bug **What steps did you take and what happened:** Specifying sub network does not work due to incorrect URI being used ``` https://www.googleapis.com/compute/v1/projects//regions//subnetworks/ ``` It should be `subnetworks` not...

kind/bug
lifecycle/frozen