Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fe614607
Commit
fe614607
authored
Jul 09, 2020
by
Lyubomir Raykov
Committed by
Suzanne Selhorn
Jul 09, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation about Kubernetes executor authentication
parent
1ed993a3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/ci/docker/using_docker_images.md
doc/ci/docker/using_docker_images.md
+3
-3
No files found.
doc/ci/docker/using_docker_images.md
View file @
fe614607
...
...
@@ -545,9 +545,8 @@ runtime.
support for using private registries, which required manual configuration
of credentials on runner's host. We recommend to upgrade your Runner to
at least version
**1.8**
if you want to use private registries.
-
Not available for
[
Kubernetes executor
](
https://docs.gitlab.com/runner/executors/kubernetes.html
)
,
follow
<https://gitlab.com/gitlab-org/gitlab-runner/-/issues/2673>
for
details.
-
Available for
[
Kubernetes executor
](
https://docs.gitlab.com/runner/executors/kubernetes.html
)
in GitLab Runner 13.1 and later.
### Using statically-defined credentials
...
...
@@ -601,6 +600,7 @@ There are two ways to determine the value of `DOCKER_AUTH_CONFIG`:
Open a terminal and execute the following command:
```
shell
# Note the use of "-n" - it prevents encoding a newline in the password.
echo
-n
"my_username:my_password"
|
base64
# Example output to copy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment