Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Fix k8s 1.11.0-alpha.2+ cluster bootstrap issue #3117

Merged
merged 1 commit into from
May 31, 2018

Conversation

karataliu
Copy link
Contributor

Fix systemd service quote issue.

New validation was introduced in kubelet that does not allow empty argument, but using empty variable ${} in systemd will interpret as empty argument. This is to address the issue.

Reference:
kubernetes/kubernetes#61833
https://unix.stackexchange.com/questions/175461/how-to-use-quote-and-dollarsign-with-systemd

Fixes #3098
Related #2838

cc @jackfrancis @CecileRobertMichon

@adelina-t
Copy link
Contributor

Can confirm, I cherry-picked this, solves my issue.

@codecov
Copy link

codecov bot commented May 31, 2018

Codecov Report

Merging #3117 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3117   +/-   ##
=======================================
  Coverage   51.82%   51.82%           
=======================================
  Files          99       99           
  Lines       15041    15041           
=======================================
  Hits         7795     7795           
  Misses       6533     6533           
  Partials      713      713

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c5a958b...d0bc923. Read the comment docs.

@jackfrancis
Copy link
Member

Thank you @karataliu!

@jackfrancis
Copy link
Member

/approve
/lgtm

@acs-bot
Copy link

acs-bot commented May 31, 2018

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jackfrancis

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@jackfrancis jackfrancis merged commit cf52df4 into Azure:master May 31, 2018
@karataliu karataliu deleted the systemd_q branch June 1, 2018 01:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants