Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update docs, and remove some unused code related to "compose on kubernetes" deprecation #3440

Merged
merged 9 commits into from
Feb 24, 2022

Commits on Feb 24, 2022

  1. context export: remove docker context export --kubeconfig options

    Removes the --kubeconfig flag, and the corresponding ExportOptions.Kubeconfig,
    as well as special handling for kubeconfig export, as it's no longer used.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    cff010c View commit details
    Browse the repository at this point in the history
  2. stack/swarm: remove unneeded getStackServiceFilter()

    It was now an alias for getStackFilter, so no longer needed
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    1924bc9 View commit details
    Browse the repository at this point in the history
  3. system/version: remove dead-code

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    16ece9b View commit details
    Browse the repository at this point in the history
  4. docs: remove mention of DOCKER_STACK_ORCHESTRATOR env-var

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    869370a View commit details
    Browse the repository at this point in the history
  5. docs: remove deprecated orchestrator flags

    Removes the flags that have been deprecated or removed;
    
    - --default-stack-orchestrator
    - --kubernetes
    - --kubeconfig
    - --namespace
    - --orchestrator
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    039018b View commit details
    Browse the repository at this point in the history
  6. docs: update list of supported filters for stack services

    Remove mentions of which options are supported by Kubernetes.
    
    Note that there's some filters remaining that were marked as "not supported
    by swarm": those filters need to be checked if this is accurate (and if so,
    those filters must be removed).
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    6dcfbe6 View commit details
    Browse the repository at this point in the history
  7. docs: add more details to stack kubernetes deprecation

    Explicitly mention flags and environment variables that were removed, to
    make the deprecation more discoverable.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    b7d0f5c View commit details
    Browse the repository at this point in the history
  8. config: mark stackOrchestrator option as deprecated

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    6ea2767 View commit details
    Browse the repository at this point in the history
  9. formatter: mark KubernetesEndpoint templating option as deprecated

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    467e650 View commit details
    Browse the repository at this point in the history