Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ggtakec committed Sep 26, 2019
1 parent f64a19e commit 60acd28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ FROM docker.io/alpine:3.9.4

MAINTAINER antpickax

LABEL description "K2HR3 Container Registration Sidecar" \
maintainer="antpickax <[email protected]>"
LABEL description="K2HR3 Container Registration Sidecar"
LABEL maintainer="antpickax <antpickax-support@mail.yahoo.co.jp>"

COPY k2hr3-k8s-init.sh /usr/local/bin/

Expand Down
2 changes: 1 addition & 1 deletion k2hr3-k8s-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ if [ "X${K2HR3_BEHAVIOR}" = "Xreg" ]; then
K2HR3_POD_ID=${K2HR3_TMP_POD_ID}
else
if [ "X${K2HR3_POD_ID}" != "X${K2HR3_TMP_POD_ID}" ]; then
echo "[WARNING] ${PRGNAME} : Specified pod id(${K2HR3_POD_ID}) is not correct, so that use corrent pod id(${K2HR3_TMP_POD_ID}) instead of it." 1>&2
echo "[WARNING] ${PRGNAME} : Specified pod id(${K2HR3_POD_ID}) is not correct, so that use current pod id(${K2HR3_TMP_POD_ID}) instead of it." 1>&2
K2HR3_POD_ID=${K2HR3_TMP_POD_ID}
fi
fi
Expand Down

0 comments on commit 60acd28

Please sign in to comment.