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

containerization

Here are 257 public repositories matching this topic...

kmova
kmova commented Apr 6, 2020

Local PV (device) provisioner leaves a stale BDC in the following case:

  • On PVC request, creates a BDC
  • If the system doesn't have a matching BD, then PVC request keeps retrying, and so does the NDM operator that keeps retrying
  • Now if the user deletes the PVC, then Local PV (device) provisioner doesn't get the trigger to process delete, as there was no PVC.

This causes the stale BDC

LukasGentele
LukasGentele commented Jan 13, 2020

Is your feature request related to a problem?
"DevSpace should use the current docker behavior for dockerignore:
Dockerfile + .dockerignore
Dockerfile + Dockerfile.dockerignore
Dockerfile.frontend + Dockerfile.frontend.dockerignore
"

Which solution do you suggest?
Delegating the dockerignore file search to Docker if possible, otherwise copying the behavior as best as possible

Simpleator ("Simple-ator") is an innovative Windows-centric x64 user-mode application emulator that leverages several new features that were added in Windows 10 Spring Update (1803), also called "Redstone 4", with additional improvements that were made in Windows 10 October Update (1809), aka "Redstone 5".
  • Updated Dec 10, 2018
  • C++
jina-hub
tadej-redstone
tadej-redstone commented Feb 1, 2021

I think a great addition to the hub would be a zero-shot classifier. You can read more about them on this link, but in general they work like this:

  1. Each of the possible categories is represented as a string (e.g. "Financial Document", "Legal Document", ...), and is transformed into an embedding
  2. The object to categorize is also represe
dashboard
Roshanjossey
Roshanjossey commented Feb 13, 2021

The file that should be updated is https://github.com/jina-ai/dashboard/blob/master/src/components/Hub/HubOverviewAction.tsx

In component ActionButton, color are hard-coded. Change this to use color from theme.

For example,
Change

const ActionButton = styled.button`
  background: ${(props) => props.theme.palette.primary};
  border-radius: 10px;
  border: none;
  padding: 1rem 1.

Improve this page

Add a description, image, and links to the containerization 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 containerization topic, visit your repo's landing page and select "manage topics."

Learn more