=== frankban|afk is now known as frankban | ||
cnf | does anyone use juju with maas pods? trying to figure out how you define the amount of disk space a pod should have | 09:24 |
---|---|---|
=== mhilton_ is now known as mhilton | ||
=== salmankhan1 is now known as salmankhan | ||
=== salmankhan1 is now known as salmankhan | ||
stapler | Hi, I am getting an error when deploying cs:~tengu-team/ssl-termination-proxy-0 | 13:10 |
stapler | cannot get discharge from "https://api.jujucharms.com/terms": cannot acquire discharge: POST "https://api.jujucharms.com/terms/discharge" | 13:13 |
stapler | what would that mean? | 13:13 |
kwmonroe | cmars: anything wonky with terms this morning? ^^ | 14:41 |
cmars | kwmonroe: yes, we had a temporary outage earlier this morning, should be fixed now | 14:42 |
cmars | stapler: ^^ | 14:42 |
kwmonroe | roger dodger, thx cmars | 14:42 |
cynthiaoneill | Best way to test changing the kube-apiserver arguments? I’d like to modify the startup | 15:05 |
cynthiaoneill | I got it, modfied the args and restarted | 15:41 |
knobby | cynthiaoneill: if you change the config on the charm it will handle the restart and everything for you | 15:44 |
cynthiaoneill | ok, but wanted to change several api server arguments, i’ll have to see if the config lets me do that | 15:45 |
knobby | cynthiaoneill: 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 |
cynthiaoneill | Thanks! | 15:50 |
cynthiaoneill | The kubernetes-master charm supports a configuration option called ‘enable-rbac’. What would be a command example using this? | 17:03 |
tvansteenburgh | cynthiaoneill: if you want to turn on rbac you can do so with: juju config kubernetes-master authorization-mode="RBAC,Node" | 17:06 |
tvansteenburgh | cynthiaoneill: more info here: https://github.com/juju-solutions/bundle-canonical-kubernetes/wiki/Authorization-Mode-and-RBAC | 17:06 |
cynthiaoneill | Yay!!! 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 | ||
bjonnh | I'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 |
bjonnh | it seems that the bootstrap just hangs there | 18:14 |
bjonnh | looking at the log file, I see that it reaches the login | 18:14 |
bjonnh | but 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 |
cynthiaoneill | When 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 | ||
cynthiaoneill | I 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 controller | 18:59 |
bjonnh | is there a way to fix the hwaddr of the controller? | 19:01 |
bjonnh | (using lxd) | 19:04 |
pilot8092 | Hi, 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 |
pilot8092 | or 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 days | 19:31 |
bdx | pilot8092: yeah | 20:00 |
bdx | pilot8092: I gotchu covered | 20:00 |
bdx | doing just that right now on my own cluster | 20:00 |
bdx | pilot8092: https://paste.ubuntu.com/p/pxtWjkJpVb/ | 20:28 |
cynthiaoneill | Is 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!