Git Product home page Git Product logo

ovn-kubernetes-charm's People

Contributors

aakashkt avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

ovn-kubernetes-charm's Issues

Review charm comments

As you requested https://github.com/juju-solutions/bundle-canonical-kubernetes/issues/364 here are some comments on the layers you have.

Failing to bring up pods

Was deploying the bunlde http://paste.ubuntu.com/25168507/ on AWS.

Some pods do not start. Here is a view of kubectl get po --all-namespaces

 NAMESPACE     NAME                                    READY     STATUS             RESTARTS   AGE
default       default-http-backend-44ppj              1/1       Running            0          28m
default       nginx-ingress-controller-2165r          0/1       CrashLoopBackOff   18         28m
kube-system   heapster-v1.2.0.1-3929440214-25gsb      4/4       Running            0          26m
kube-system   kube-dns-4101612645-bcq53               2/4       CrashLoopBackOff   15         30m
kube-system   kubernetes-dashboard-3543765157-lck0f   0/1       CrashLoopBackOff   13         30m
kube-system   monitoring-influxdb-grafana-v4-13h6g    2/2       Running            0          30m

Here is the kubernetes-worker syslog: http://paste.ubuntu.com/25168517/
And here is the master's syslog: http://paste.ubuntu.com/25168528/

Here is the output of kubectl logs po/kube-dns-4101612645-bcq53 -n kube-system kubedns http://paste.ubuntu.com/25168569/
And here is the description of kubedns http://paste.ubuntu.com/25168572/

I see some error on the ovn-k8s-watcher.log http://paste.ubuntu.com/25168607/

You can consider open_port

Hi,

You might want to use open_port[1] to ask Juju to open the ports your charm is using. This way you do not have to tamper with each cloud's firewall.

Here are some examples of how open_port is used [2, 3]

[1] https://pythonhosted.org/charmhelpers/api/charmhelpers.core.hookenv.html#charmhelpers.core.hookenv.open_port

[2] https://jujucharms.com/docs/2.2/howto-charm-with-docker

[3] https://github.com/juju-solutions/layer-benchmark-gui/blob/master/reactive/benchmark_gui.py#L80

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.