Javi Roman

Results 4 comments of Javi Roman

Yes, the networking is working within the container: ``` [javiroman@gopher hive-dev-box]$ docker run -ti --entrypoint=/bin/sh hive-dev-box $ ls $ wget https://archive.apache.org/dist/tez/0.9.1/apache-tez-0.9.1-bin.tar.gz --2020-08-04 06:42:00-- https://archive.apache.org/dist/tez/0.9.1/apache-tez-0.9.1-bin.tar.gz Resolving archive.apache.org (archive.apache.org)... 138.201.131.134, 2a01:4f8:172:2ec5::2 Connecting...

mmm, yes probably there is a problem with permissions. ``` dev@21932771a6a8:/work/downloads$ touch test touch: cannot touch 'test': Permission denied dev@21932771a6a8:/work/downloads$ pwd /work/downloads dev@21932771a6a8:/work/downloads$ ```

Apparently, the problem is hive-dev-box is only ready for running as root user. **sudo ./hdb run hive-test** runs as expected.

I have the same problem with 1.26.1 @willzhang where can I change the "imageRepository" value? $ kubeadm config images list registry.k8s.io/kube-apiserver:v1.26.1 registry.k8s.io/kube-controller-manager:v1.26.1 registry.k8s.io/kube-scheduler:v1.26.1 registry.k8s.io/kube-proxy:v1.26.1 registry.k8s.io/pause:3.9 registry.k8s.io/etcd:3.5.6-0 registry.k8s.io/coredns/coredns:v1.9.3