/srv/irclogs.ubuntu.com/2018/04/03/#juju.txt

=== frankban|afk is now known as frankban
cnfdoes anyone use juju with maas pods? trying to figure out how you define the amount of disk space a pod should have09:24
=== mhilton_ is now known as mhilton
=== salmankhan1 is now known as salmankhan
=== salmankhan1 is now known as salmankhan
staplerHi, I am getting an error when deploying cs:~tengu-team/ssl-termination-proxy-013:10
staplercannot get discharge from "https://api.jujucharms.com/terms": cannot acquire discharge: POST "https://api.jujucharms.com/terms/discharge"13:13
staplerwhat would that mean?13:13
kwmonroecmars: anything wonky with terms this morning? ^^14:41
cmarskwmonroe: yes, we had a temporary outage earlier this morning, should be fixed now14:42
cmarsstapler: ^^14:42
kwmonroeroger dodger, thx cmars14:42
cynthiaoneillBest way to test changing the kube-apiserver arguments?  I’d like to modify the startup15:05
cynthiaoneillI got it, modfied the args and restarted15:41
knobbycynthiaoneill: if you change the config on the charm it will handle the restart and everything for you15:44
cynthiaoneillok, but wanted to change several api server arguments, i’ll have to see if the config lets me do that15:45
knobbycynthiaoneill: It does, you can do something like `juju config kubernetes-master api-extra-args="runtime-config=batch/v2alpha1=true profiling=true" and it would pass --runtime-config=batch/v2alpha1=true --profiling=true in addition to the other args. Anything you pass takes precedent as well.15:49
cynthiaoneillThanks!15:50
cynthiaoneillThe kubernetes-master charm supports a configuration option called ‘enable-rbac’.  What would be a command example using this?17:03
tvansteenburghcynthiaoneill: if you want to turn on rbac you can do so with: juju config kubernetes-master authorization-mode="RBAC,Node"17:06
tvansteenburghcynthiaoneill: more info here: https://github.com/juju-solutions/bundle-canonical-kubernetes/wiki/Authorization-Mode-and-RBAC17:06
cynthiaoneillYay!!!  That’s what I needed.  We would also want secure-port and bind, I’ll try it that way.17:07
=== frankban is now known as frankban|afk
bjonnhI'm getting a "sudo: unable to resolve host juju-138a08-0" when doing a "juju bootstrap localhost controller --config=juju.config.yaml"  (config sets the proxies, no direct internet access on these machines)18:10
bjonnh(lxd 3.0.0)18:12
bjonnhit seems that the bootstrap just hangs there18:14
bjonnhlooking at the log file, I see that it reaches the login18:14
bjonnhbut there is a (probably stuck) "sudo /bin/bash -c /bin/bash -c  set -e tmpfile=$(mktemp) trap "rm -f $tmpfile" EXIT cat > $tmpfile /bin/bash $tmpfile"18:14
cynthiaoneillWhen I change to secure-port=443, and bind-address=0.0.0.0, I get this error when doing kubectl get nodes: Error from server (InternalError): an error on the server ("<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx/1.10.3 (Ubuntu)</center>\r\n</body>\r\n</html>") has prevented the request from succeeding (get nodes)18:21
=== hml_ is now known as hml
cynthiaoneillI don’t have to use secure-port=443 for the apiserver if we use an ingress to terminate the encryption - just learned.  So the dashboard ssl termination would be nice if it went to an ingress controller18:59
bjonnhis there a way to fix the hwaddr of the controller?19:01
bjonnh(using lxd)19:04
pilot8092Hi, has anyone configured OpenStack to use VLANs through Juju? I am not sure where it is best to ask this (I have tried Ask Ubuntu but I have not yet received a response). Does anyone have further information about where I might ask?19:18
pilot8092or if anyone can point me in the direction of documentation on the networking components of the OpenStack charm, that would be great, too. I have been struggling with this for several days19:31
bdxpilot8092: yeah20:00
bdxpilot8092: I gotchu covered20:00
bdxdoing just that right now on my own cluster20:00
bdxpilot8092: https://paste.ubuntu.com/p/pxtWjkJpVb/20:28
cynthiaoneillIs there a juju way to install tiller into kubernetes?22:10

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!