Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Use local volumes instead of hostpath volumes #366

Merged
merged 1 commit into from
Jun 6, 2018

Conversation

wallrj
Copy link
Member

@wallrj wallrj commented Jun 5, 2018

Fixes: #351

Release note:

NONE

@jetstack-bot jetstack-bot requested a review from kragniz June 5, 2018 14:42
@wallrj wallrj changed the title WIP: Use local volumes instead of hostpath volumes Use local volumes instead of hostpath volumes Jun 6, 2018
Copy link
Contributor

@kragniz kragniz left a comment

Choose a reason for hiding this comment

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

/lgtm

'jsonpath={range $.items[*]}{.metadata.name} {.spec.taints[*].effect}{"\n"}{end}' \
| grep -v NoSchedule)
local node_name
node_name=$(python -c 'import random,sys; print(random.choice(sys.argv[1:]))' $schedulable_nodes)
Copy link
Contributor

Choose a reason for hiding this comment

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

can we assume python's going to be installed?

Copy link
Member Author

Choose a reason for hiding this comment

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

Probably, and we're eventually rewriting these tests in golang (#242) so this'll do for now.

@kragniz
Copy link
Contributor

kragniz commented Jun 6, 2018

/lgtm

@kragniz
Copy link
Contributor

kragniz commented Jun 6, 2018

/approve

@jetstack-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kragniz

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

@jetstack-bot jetstack-bot merged commit 141439e into jetstack:master Jun 6, 2018
@wallrj wallrj deleted the 351-local-volumes branch June 6, 2018 11:29
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.

None yet

3 participants