Files
Qiming Teng e9703497a1 Remove exec permission on markdown files
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00

797 B

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Upstream (disambiguation) upstream 2018-04-12 May refer to: core Kubernetes or the source repo from which a repo was forked.
community

May refer to: core Kubernetes or the source repo from which a repo was forked.

  • In the Kubernetes Community: Conversations often use upstream to mean the core Kubernetes codebase, which the general ecosystem, other code, or third-party tools rely upon. For example, community members may suggest that a feature is moved upstream so that it is in the core codebase instead of in a plugin or third-party tool.
  • In GitHub or git: The convention is to refer to a source repo as upstream, whereas the forked repo is considered downstream.