Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Remove --distribution flag #360

Merged
merged 1 commit into from
Oct 26, 2017

Conversation

cdrage
Copy link
Collaborator

@cdrage cdrage commented Oct 13, 2017

Distribution flag is no longer needed as we specify the controller via
the controller flag.

For example, using OpenShift:

controller: deploymentconfig

Distribution flag is no longer needed as we specify the controller via
the controller flag.

For example, using OpenShift:

```yaml
controller: deploymentconfig
```
Copy link
Member

@kadel kadel left a comment

Choose a reason for hiding this comment

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

lgtm

@kadel
Copy link
Member

kadel commented Oct 23, 2017

This is something for you @containscafeine ;-)

@concaf
Copy link
Collaborator

concaf commented Oct 23, 2017

🤣 @kadel I cannot have blood on my hands, feel free.

@surajssd
Copy link
Member

If we are removing this flag how are we gonna detect what distribution are we doing conversion for ?

@kadel
Copy link
Member

kadel commented Oct 24, 2017

If we are removing this flag how are we gonna detect what distribution are we doing conversion for ?

Why would you need it?
Only place where we need this information is when we are calling oc or kubectl binary. Once we move away from calling external binaries and start using openshift/client-go we won't need it even here (we can use openshift client for everything as every openshift client is also kubernetes client).

@kadel kadel merged commit a4decd5 into kedgeproject:master Oct 26, 2017
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