Skip to content
#

scheduling

Here are 918 public repositories matching this topic...

optaplanner
odin
tmkontra
tmkontra commented Aug 2, 2020

Describe the bug
Deploying a new job, then pulling logs via the CLI results in a panic (SIGSEGV).

To Reproduce

  1. odin deploy -f test.job.yaml
  2. odin log -i {job_id}
vagrant@vagrant:~/odin$ odin log -i dea194794589
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x79c764]

goroutine
bug good first issue
pretalx
rixx
rixx commented May 11, 2022

pretalx can send a notification about new proposals to organisers. The format, content and target address of these emails can't currently be changed. It would be good to add at least two more settings to these emails:

  • the target address (keep defaulting to the organiser address, but make it possible to enter a separate address)
  • the information level (full, anonymized, title-only)

I don'

size:small 🐁 issue:feature help wanted good first issue
kuizhiqing
kuizhiqing commented Nov 11, 2021

In the implementation of host network feature, a service is created with clusterIP setting to "".

In summary,

  • pod bind to host with hostnetwork
  • service bind to pod, with a port redirection

My question is that can we achieve a good performance if we access the pod via the service, respect to access via the host ip ?

good first issue question

Improve this page

Add a description, image, and links to the scheduling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scheduling topic, visit your repo's landing page and select "manage topics."

Learn more