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
0d2d6ed6
Commit
0d2d6ed6
authored
Feb 18, 2015
by
Matthew Farrellee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix spelling of separate
parent
b644f63a
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
10 deletions
+10
-10
dnssec_test.go
Godeps/_workspace/src/github.com/miekg/dns/dnssec_test.go
+2
-2
server.go
Godeps/_workspace/src/github.com/miekg/dns/server.go
+2
-2
config
contrib/init/systemd/environ/config
+1
-1
controller-manager
contrib/init/systemd/environ/controller-manager
+1
-1
centos_manual_config.md
docs/getting-started-guides/centos/centos_manual_config.md
+2
-2
fedora_manual_config.md
docs/getting-started-guides/fedora/fedora_manual_config.md
+2
-2
No files found.
Godeps/_workspace/src/github.com/miekg/dns/dnssec_test.go
View file @
0d2d6ed6
...
@@ -108,7 +108,7 @@ func TestSecure(t *testing.T) {
...
@@ -108,7 +108,7 @@ func TestSecure(t *testing.T) {
key
.
Algorithm
=
RSASHA256
key
.
Algorithm
=
RSASHA256
key
.
PublicKey
=
"AwEAAcNEU67LJI5GEgF9QLNqLO1SMq1EdoQ6E9f85ha0k0ewQGCblyW2836GiVsm6k8Kr5ECIoMJ6fZWf3CQSQ9ycWfTyOHfmI3eQ/1Covhb2y4bAmL/07PhrL7ozWBW3wBfM335Ft9xjtXHPy7ztCbV9qZ4TVDTW/Iyg0PiwgoXVesz"
key
.
PublicKey
=
"AwEAAcNEU67LJI5GEgF9QLNqLO1SMq1EdoQ6E9f85ha0k0ewQGCblyW2836GiVsm6k8Kr5ECIoMJ6fZWf3CQSQ9ycWfTyOHfmI3eQ/1Covhb2y4bAmL/07PhrL7ozWBW3wBfM335Ft9xjtXHPy7ztCbV9qZ4TVDTW/Iyg0PiwgoXVesz"
// It should validate. Period is checked sep
e
rately, so this will keep on working
// It should validate. Period is checked sep
a
rately, so this will keep on working
if
sig
.
Verify
(
key
,
[]
RR
{
soa
})
!=
nil
{
if
sig
.
Verify
(
key
,
[]
RR
{
soa
})
!=
nil
{
t
.
Log
(
"failure to validate"
)
t
.
Log
(
"failure to validate"
)
t
.
Fail
()
t
.
Fail
()
...
@@ -438,7 +438,7 @@ PrivateKey: WURgWHCcYIYUPWgeLmiPY2DJJk02vgrmTfitxgqcL4vwW7BOrbawVmVe0d9V94SR`
...
@@ -438,7 +438,7 @@ PrivateKey: WURgWHCcYIYUPWgeLmiPY2DJJk02vgrmTfitxgqcL4vwW7BOrbawVmVe0d9V94SR`
if
err
!=
nil
{
if
err
!=
nil
{
t
.
Fatal
(
err
.
Error
())
t
.
Fatal
(
err
.
Error
())
}
}
// TODO: Create sep
e
rate test for this
// TODO: Create sep
a
rate test for this
ds
:=
eckey
.
(
*
DNSKEY
)
.
ToDS
(
SHA384
)
ds
:=
eckey
.
(
*
DNSKEY
)
.
ToDS
(
SHA384
)
if
ds
.
KeyTag
!=
10771
{
if
ds
.
KeyTag
!=
10771
{
t
.
Fatal
(
"wrong keytag on DS"
)
t
.
Fatal
(
"wrong keytag on DS"
)
...
...
Godeps/_workspace/src/github.com/miekg/dns/server.go
View file @
0d2d6ed6
...
@@ -369,7 +369,7 @@ func (srv *Server) getReadTimeout() time.Duration {
...
@@ -369,7 +369,7 @@ func (srv *Server) getReadTimeout() time.Duration {
}
}
// serveTCP starts a TCP listener for the server.
// serveTCP starts a TCP listener for the server.
// Each request is handled in a sep
e
rate goroutine.
// Each request is handled in a sep
a
rate goroutine.
func
(
srv
*
Server
)
serveTCP
(
l
*
net
.
TCPListener
)
error
{
func
(
srv
*
Server
)
serveTCP
(
l
*
net
.
TCPListener
)
error
{
defer
l
.
Close
()
defer
l
.
Close
()
...
@@ -404,7 +404,7 @@ func (srv *Server) serveTCP(l *net.TCPListener) error {
...
@@ -404,7 +404,7 @@ func (srv *Server) serveTCP(l *net.TCPListener) error {
}
}
// serveUDP starts a UDP listener for the server.
// serveUDP starts a UDP listener for the server.
// Each request is handled in a sep
e
rate goroutine.
// Each request is handled in a sep
a
rate goroutine.
func
(
srv
*
Server
)
serveUDP
(
l
*
net
.
UDPConn
)
error
{
func
(
srv
*
Server
)
serveUDP
(
l
*
net
.
UDPConn
)
error
{
defer
l
.
Close
()
defer
l
.
Close
()
...
...
contrib/init/systemd/environ/config
View file @
0d2d6ed6
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
# kubelet.service
# kubelet.service
# kube-proxy.service
# kube-proxy.service
# Comma sep
e
rated list of nodes in the etcd cluster
# Comma sep
a
rated list of nodes in the etcd cluster
KUBE_ETCD_SERVERS="--etcd_servers=http://127.0.0.1:4001"
KUBE_ETCD_SERVERS="--etcd_servers=http://127.0.0.1:4001"
# logging to stderr means we get it in the systemd journal
# logging to stderr means we get it in the systemd journal
...
...
contrib/init/systemd/environ/controller-manager
View file @
0d2d6ed6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# defaults from config and apiserver should be adequate
# defaults from config and apiserver should be adequate
# Comma sep
e
rated list of minions
# Comma sep
a
rated list of minions
KUBELET_ADDRESSES="--machines=127.0.0.1"
KUBELET_ADDRESSES="--machines=127.0.0.1"
# Add you own!
# Add you own!
...
...
docs/getting-started-guides/centos/centos_manual_config.md
View file @
0d2d6ed6
...
@@ -43,7 +43,7 @@ echo "192.168.121.9 centos-master
...
@@ -43,7 +43,7 @@ echo "192.168.121.9 centos-master
*
Edit /etc/kubernetes/config which will be the same on all hosts to contain:
*
Edit /etc/kubernetes/config which will be the same on all hosts to contain:
```
```
# Comma sep
e
rated list of nodes in the etcd cluster
# Comma sep
a
rated list of nodes in the etcd cluster
KUBE_ETCD_SERVERS="--etcd_servers=http://centos-master:4001"
KUBE_ETCD_SERVERS="--etcd_servers=http://centos-master:4001"
# logging to stderr means we get it in the systemd journal
# logging to stderr means we get it in the systemd journal
...
@@ -89,7 +89,7 @@ KUBE_API_ARGS=""
...
@@ -89,7 +89,7 @@ KUBE_API_ARGS=""
*
Edit /etc/kubernetes/controller-manager to appear as such:
*
Edit /etc/kubernetes/controller-manager to appear as such:
```
```
# Comma sep
e
rated list of minions
# Comma sep
a
rated list of minions
KUBELET_ADDRESSES="--machines=centos-minion"
KUBELET_ADDRESSES="--machines=centos-minion"
```
```
...
...
docs/getting-started-guides/fedora/fedora_manual_config.md
View file @
0d2d6ed6
...
@@ -32,7 +32,7 @@ echo "192.168.121.9 fed-master
...
@@ -32,7 +32,7 @@ echo "192.168.121.9 fed-master
*
Edit /etc/kubernetes/config which will be the same on all hosts to contain:
*
Edit /etc/kubernetes/config which will be the same on all hosts to contain:
```
```
# Comma sep
e
rated list of nodes in the etcd cluster
# Comma sep
a
rated list of nodes in the etcd cluster
KUBE_ETCD_SERVERS="--etcd_servers=http://fed-master:4001"
KUBE_ETCD_SERVERS="--etcd_servers=http://fed-master:4001"
# logging to stderr means we get it in the systemd journal
# logging to stderr means we get it in the systemd journal
...
@@ -78,7 +78,7 @@ KUBE_API_ARGS=""
...
@@ -78,7 +78,7 @@ KUBE_API_ARGS=""
*
Edit /etc/kubernetes/controller-manager to appear as such:
*
Edit /etc/kubernetes/controller-manager to appear as such:
```
```
# Comma sep
e
rated list of minions
# Comma sep
a
rated list of minions
KUBELET_ADDRESSES="--machines=fed-minion"
KUBELET_ADDRESSES="--machines=fed-minion"
```
```
...
...
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