Allan Espinosa

Results 17 comments of Allan Espinosa

> Instead of creating default client, can I use a service account json key to create the client ? We are using this in GKE The default client builder in...

> fwiw, the `message` field in the Status response is unrelated to the message that is passed to the exception. For some reason the `Response#message()` being passed is proably null?...

in practice, i liked setting `ApiClient#setDebugging(true)` to workaround the lack of verbosity in `ApiException` when trying to reproduce issues.

@yue9944882 @zoidbergwill we had success using https://github.com/kubernetes-client/gen/ for our case. we grabbed `swagger.json.unprocessed` (via 1.15+) and post-processed the spec by hand through gron.

The work on the java client has been pretty active. I'm not sure about other languages though. I guess a status at the main github issue status for other languages...

Looking at the code, #788 modified cluster.txt after copying it from stub-environment. To enable it again, it's probably best to do it in https://github.com/bloomberg/chef-bach/blob/master/tests/automated_install.sh#L43

Update: while this is unsolved, operators will have to check chef every monday (weeklyi logrotation time) if some chef-clients died in the cluster.

artifact deployment seems to be there https://github.com/bloomberg/chef-bach/blob/master/cookbooks/bach_repository/recipes/gems.rb#L121-L125

test-kitchen of `bach_repository` is now broken because it depends on `bcpc` which in turn depends on the `cluster_def` gem

I wonder if cluster-def is better distributed as a library cookbook. For the bootstrap, we can just setup symlinks or adjust ruby paths to read the path the the library...