Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

internal/server: Ensure task plugin is properly parsed when invoked #3475

Merged
merged 3 commits into from
Jun 20, 2022

Commits on Jun 20, 2022

  1. internal/server: Ensure k8s task plugin properly sets install profile

    Prior to this commit, when the server install function went to json
    marshall its config into a k8s task config, it would translate the k8s
    config to be `Requested`, but the k8s platform config expected `request`
    and would fail to parse the profile. This commit ensures that the task
    runner profile properly sets request for both mem and CPU so that it can
    be parsed.
    briancain committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    1cdd51a View commit details
    Browse the repository at this point in the history
  2. serverinstall/k8s: Set resource limits and requests to unbounded

    Note this is actually the same as what we were doing _prior_ to this
    previous commit, given that we were not properly parsing k8s task
    configs.
    briancain committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    e5e2ef1 View commit details
    Browse the repository at this point in the history
  3. Add the Changelog

    briancain committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    8cad554 View commit details
    Browse the repository at this point in the history