Skip to content

Changing socket dependency to file dependency. - #24

Open
PiotrProkop wants to merge 2 commits into
stackanetes:masterfrom
PiotrProkop:dep-files
Open

Changing socket dependency to file dependency.#24
PiotrProkop wants to merge 2 commits into
stackanetes:masterfrom
PiotrProkop:dep-files

Conversation

@PiotrProkop

Copy link
Copy Markdown
Collaborator

@PiotrProkop PiotrProkop mentioned this pull request Feb 17, 2017
func init() {
socketEnv := fmt.Sprintf("%sSOCKET", entry.DependencyPrefix)
if socketDeps := env.SplitEnvToList(socketEnv); len(socketDeps) > 0 {
logger.Info.Printf("%sSOCKET is deprecated and will be removed in next release", entry.DependencyPrefix)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Use file dependency instead of that.

Comment thread kubernetes-entrypoint.go
_ "github.com/stackanetes/kubernetes-entrypoint/dependencies/file"
_ "github.com/stackanetes/kubernetes-entrypoint/dependencies/job"
_ "github.com/stackanetes/kubernetes-entrypoint/dependencies/service"
_ "github.com/stackanetes/kubernetes-entrypoint/dependencies/socket"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

sure?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants