Navid Shaikh
Navid Shaikh
With the latest CDK build, I can still see the warning ``` $ vagrant ssh -bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory [vagrant@rhel-cdk ~]$...
Checked the `/etc/locale.conf` file in CDK box ``` [vagrant@rhel-cdk ~]$ cat /etc/locale.conf LANG="en_US.UTF-8" ```
Updated the conf as mentioned by @praveenkumar in https://github.com/projectatomic/adb-atomic-developer-bundle/issues/103#issuecomment-175506501, and its fixed. We need to tweak the kickstart file check ``` [vagrant@rhel-cdk ~]$ cat /etc/locale.conf LANG="en_US.UTF-8" LC_ALL=en_US.utf-8 [vagrant@rhel-cdk ~]$ exit...
@praveenkumar : Can you retry with following? ``` # cat busybox.yaml apiVersion: v1 kind: Pod metadata: name: busybox namespace: default spec: containers: - image: busybox name: busybox command: - sleep...
> I'd appreciate acks from the appropriate number of maintainers to move this forward. +1
> @navidshaikh Is it now implemented in service-manager? if yes then we can start with modify KS file. We did not have it implemented in plugin yet, if we can...
> This is not an issue anymore right? Can we close this? It was never an issue, the problem is - docker daemon inside the box is configured to run...
@LalatenduMohanty @praveenkumar : ping
@budhrg : Is this because of ruby constants defined in Vagrantfile? https://github.com/projectatomic/adb-atomic-developer-bundle/blob/master/components/rhel/rhel-ose/Vagrantfile#L5-L25
> Interesting is, that destroy without specific box ID prints no warnings. I expect these two ways of destroying box to almost identical. Agree on that, I'd also expect them...