Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Conversation

@errordeveloper
Copy link
Contributor

Latest releases:

  • weaveworks/scope:1.6.2
  • prom/prometheus:v1.7.1
  • quay.io/weaveworks/fluxd:0.3.0

Minor changes:

  • mount /sys/kernel/debug for access to eBPF
  • broaden NoSchedule tolerations

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 22, 2017
@errordeveloper errordeveloper force-pushed the master branch 2 times, most recently from d65a310 to 7263b1b Compare August 22, 2017 16:08
@errordeveloper
Copy link
Contributor Author

cc @viglesiasce @lachie83

Latest releases:
- weaveworks/scope:1.6.2
- prom/prometheus:v1.7.1
- quay.io/weaveworks/fluxd:0.3.0

Minor changes:
- mount `/sys/kernel/debug` for access to eBPF
- broaden `NoSchedule` tolerations
Copy link
Contributor

@lachie83 lachie83 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment otherwise LGTM

tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
operator: Exists
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you still need the key here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. Unfortunatelly the docs don't cover this, but it's clear from code comments:

// The matching follows the rules below:
// (1) Empty toleration.effect means to match all taint effects,
//     otherwise taint effect must equal to toleration.effect.
// (2) If toleration.operator is 'Exists', it means to match all taint values.
// (3) Empty toleration.key means to match all taint keys.
//     If toleration.key is empty, toleration.operator must be 'Exists';
//     this combination means to match all taint values and all taint keys.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow. Now I'm really confused. I'm going to make it a point to update the docs.

@lachie83 lachie83 added lgtm Indicates that a PR is ready to be merged. code reviewed UX reviewed labels Aug 23, 2017
@lachie83 lachie83 merged commit 26559fe into helm:master Aug 23, 2017
lachie83 added a commit to lachie83/charts that referenced this pull request Aug 29, 2017
* upstream/master: (272 commits)
  [incubator/redis-cache] helm#1785 namespace defined templates with chart name (helm#1840)
  [incubator/etcd] helm#1785 namespace defined templates with chart name (helm#1835)
  Correct Uninstall Instructions (helm#1831)
  [incubator/patroni] helm#1785 namespace defined templates with chart name (helm#1832)
  [incubator/kube-registry-proxy] helm#1785 namespace defined templates with chart name (helm#1833)
  [incubator/docker-registry] helm#1785 namespace defined templates with chart name (helm#1836)
  [incubator/check-mk] helm#1785 namespace defined templates with chart name (helm#1837)
  [incubator/tensorflow-inception] helm#1785 namespace defined templates with chart name (helm#1838)
  [incubator/istio] helm#1785 namespace defined templates with chart name (helm#1839)
  [stable/etcd-operator] Add cluster.restore, cluster.pod, nodeSelector & update (helm#1200)
  Spelling and Whitespace Corrections (helm#1853)
  Added nodeselector and tolerations support for fluent-bit (helm#1846)
  [stable/traefik] Bump Traefik version to 1.3.6 (helm#1845)
  [stable/mediawiki] Release 0.4.16 (helm#1830)
  [stable/kube2iam] Add ability to configure node tolerations (helm#1829)
  Use latest kube2iam (helm#1825)
  Upgrade nginx-ingress defaultbackend image (helm#1791)
  [stable/weave-cloud] sync with upstream (helm#1804)
  [stable/fluent-bit] release 0.1.6 (Fluent Bit 0.11.17) (helm#1813)
  [stable/joomla] Release 0.4.15 (helm#1805)
  ...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. code reviewed lgtm Indicates that a PR is ready to be merged. UX reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants