The Wayback Machine - https://web.archive.org/web/20220411130513/https://github.com/topics/scheduling
Skip to content
#

scheduling

Here are 905 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
magamig
magamig commented Feb 23, 2021

Problem you are facing

When I upload a white image with transparent background, the image becomes "all-white" in the preview.

Possible Solution

Add a checkered grid background below the transparent images.

Context

<img width="338" alt="Screenshot 2021-02-23 at 19 33 09" src="https://user-images.githubusercontent.com/8484196/108890516-f874f900-760d-11eb-9a63-9da685a8500b.p

issue:feature stage:up for grabs 📤 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