Giter Club home page Giter Club logo

Comments (9)

amshinde avatar amshinde commented on July 24, 2024

See kata-containers/packaging#374

from cloud-native-setup.

amshinde avatar amshinde commented on July 24, 2024

cc @krsna1729 @egernst

from cloud-native-setup.

ganeshmaharaj avatar ganeshmaharaj commented on July 24, 2024

@amshinde didn't kata-containers/packaging#334 fix that issue? that patch was intended for that particular issue.

from cloud-native-setup.

krsna1729 avatar krsna1729 commented on July 24, 2024

@ganeshmaharaj you fixed it for network namespace lifecycle. Same needs to be done for everything we modify in kata-deploy :P

from cloud-native-setup.

ganeshmaharaj avatar ganeshmaharaj commented on July 24, 2024

@krsna1729 yeah, just realized that. Will try and get that fixed out.

from cloud-native-setup.

grahamwhaley avatar grahamwhaley commented on July 24, 2024

just fyi, whilst I can see it, @ganeshmaharaj - I just ran up your Ubuntu vagrant, and used create_stack.sh minimal. I was just checking if crio was up (related to #73 ), and did:

$ systemctl status crio
 * crio.service - Open Container Initiative Daemon
   Loaded: loaded (/lib/systemd/system/crio.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Wed 2019-03-20 06:46:55 PDT; 3min 55s ago
     Docs: https://github.com/kubernetes-sigs/cri-o
  Process: 11651 ExecStart=/usr/bin/crio $CRIO_STORAGE_OPTIONS $CRIO_NETWORK_OPTIONS $CRIO_METRICS_OPTION
 Main PID: 11651 (code=exited, status=1/FAILURE)

... last key parsed 'crio.runtime.runtimes'): Key 'crio.runtime.runtimes.kata-qemu' has already been defined.
...

Having a look in /etc/crio/crio.conf:

# Path to directory where CNI plugin binaries are located.
plugin_dir = "/opt/cni/bin"
[crio.runtime.runtimes.kata-qemu]
  runtime_path = "/opt/kata/bin/kata-qemu"

[crio.runtime.runtimes.kata-fc]
  runtime_path = "/opt/kata/bin/kata-fc"
[crio.runtime.runtimes.kata-qemu]
  runtime_path = "/opt/kata/bin/kata-qemu"

[crio.runtime.runtimes.kata-fc]
  runtime_path = "/opt/kata/bin/kata-fc"

which feels like this issue does it? Deleting those last duplicate lines and systemctl restart crio gets the crio service back up.

from cloud-native-setup.

krsna1729 avatar krsna1729 commented on July 24, 2024

@grahamwhaley there is a PR that got merged in kata-deploy to make it idempotent. Waiting for next release/docker image update.

from cloud-native-setup.

krsna1729 avatar krsna1729 commented on July 24, 2024

@grahamwhaley @amshinde can you verify you dont see this anymore?

from cloud-native-setup.

grahamwhaley avatar grahamwhaley commented on July 24, 2024

@krsna1729 - I've not witnessed the issue in the last few days, so I think it is fixed!

from cloud-native-setup.

Related Issues (20)

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.