Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
f1b3fa86
Commit
f1b3fa86
authored
Jun 23, 2015
by
Deyuan Deng
Committed by
Deyuan Deng
Jun 23, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not use outdated flags in accessing_the_api.md
parent
f4e7b548
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
accessing_the_api.md
docs/accessing_the_api.md
+5
-5
No files found.
docs/accessing_the_api.md
View file @
f1b3fa86
...
@@ -16,14 +16,14 @@ there is one of these running on a single kubernetes-master node.
...
@@ -16,14 +16,14 @@ there is one of these running on a single kubernetes-master node.
By default the Kubernetes APIserver serves HTTP on 2 ports:
By default the Kubernetes APIserver serves HTTP on 2 ports:
1.
Localhost Port
1.
Localhost Port
-
serves HTTP
-
serves HTTP
-
default is port 8080, change with
`-port`
flag.
-
default is port 8080, change with
`-
-insecure-
port`
flag.
-
defaults IP is localhost, change with
`-address`
flag.
-
defaults IP is localhost, change with
`-
-insecure-bind-
address`
flag.
-
no authentication or authorization checks in HTTP
-
no authentication or authorization checks in HTTP
-
protected by need to have host access
-
protected by need to have host access
2.
Secure Port
2.
Secure Port
-
default is port
443, change with
`-secure_port`
-
default is port
6443, change with
`--secure-port`
flag.
-
default IP is first non-localhost network interface, change with
`-
public_address_override`
-
default IP is first non-localhost network interface, change with
`-
-bind-address`
flag.
-
serves HTTPS. Set cert with
`-
tls_cert_file`
and key with
`-tls_private_key_file`
.
-
serves HTTPS. Set cert with
`-
-tls-cert-file`
and key with
`--tls-private-key-file`
flag
.
-
uses token-file or client-certificate based
[
authentication
](
./authentication.md
)
.
-
uses token-file or client-certificate based
[
authentication
](
./authentication.md
)
.
-
uses policy-based
[
authorization
](
./authorization.md
)
.
-
uses policy-based
[
authorization
](
./authorization.md
)
.
3.
Removed: ReadOnly Port
3.
Removed: ReadOnly Port
...
...
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