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

[stable/grafana] Improve curl invocation#1463

Merged
viglesiasce merged 2 commits intohelm:masterfrom
patricklucas:grafana_job_improvements
Jul 10, 2017
Merged

[stable/grafana] Improve curl invocation#1463
viglesiasce merged 2 commits intohelm:masterfrom
patricklucas:grafana_job_improvements

Conversation

@patricklucas
Copy link
Copy Markdown
Contributor

  • Remove -X POST since it is redundant with --data-binary (curl
    warns about this when invoked with -v)
  • Use --max-time 10 to timeout/retry faster (When the Job is
    created at nearly the same time as the Deployment, it has a
    tendency to block for a long time on the first run before failing
    and retrying)

- Remove `-X POST` since it is redundant with `--data-binary` (curl
  warns about this when invoked with `-v`)
- Use `--max-time 10` to timeout/retry faster (When the Job is
  created at nearly the same time as the Deployment, it has a
  tendency to block for a long time on the first run before failing
  and retrying)
@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jul 10, 2017
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

Hi @patricklucas. Thanks for your PR.

I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 10, 2017
@viglesiasce
Copy link
Copy Markdown
Contributor

/ok-to-test

@k8s-ci-robot k8s-ci-robot removed the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jul 10, 2017
@viglesiasce viglesiasce self-requested a review July 10, 2017 19:54
@viglesiasce viglesiasce merged commit 688391f into helm:master Jul 10, 2017
lachie83 added a commit to lachie83/charts that referenced this pull request Jul 11, 2017
* upstream/master:
  Add IPFS Chart (helm#1192)
  [stable/ghost] Release 0.4.12 (helm#1429)
  [stable/opencart] Release 0.4.10 (helm#1425)
  [stable/redmine] Release 1.2.0 (helm#1414)
  [stable/wordpress] Release 0.6.8 (helm#1403)
  [stable/rabbitmq] Release 0.5.4 (helm#1395)
  [stable/mongodb] Release 0.4.12 (helm#1392)
  [stable/phabricator] Release 0.4.11 (helm#1384)
  [stable/drupal] Release 0.8.1 (helm#1340)
  [stable/odoo] Release 0.5.3 (helm#1323)
  update pilot svc name to default for nicer UX (helm#1464)
  [stable/grafana] Improve curl invocation (helm#1463)
yanns pushed a commit to yanns/charts that referenced this pull request Jul 28, 2017
* [stable/grafana] Improve curl invocation

- Remove `-X POST` since it is redundant with `--data-binary` (curl
  warns about this when invoked with `-v`)
- Use `--max-time 10` to timeout/retry faster (When the Job is
  created at nearly the same time as the Deployment, it has a
  tendency to block for a long time on the first run before failing
  and retrying)

* Update Chart.yaml
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants