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
d581d1f6
Commit
d581d1f6
authored
Jun 19, 2015
by
Steve Kuznetsov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo in gce-specific kube-up script
parent
7855d99b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
util.sh
cluster/gce/util.sh
+2
-2
openshift-startup.log
examples/openshift-origin/openshift-startup.log
+0
-0
No files found.
cluster/gce/util.sh
View file @
d581d1f6
...
@@ -933,12 +933,12 @@ function check-resources {
...
@@ -933,12 +933,12 @@ function check-resources {
fi
fi
if
gcloud compute firewall-rules describe
--project
"
${
PROJECT
}
"
"
${
MASTER_NAME
}
-https"
&>/dev/null
;
then
if
gcloud compute firewall-rules describe
--project
"
${
PROJECT
}
"
"
${
MASTER_NAME
}
-https"
&>/dev/null
;
then
KUBE_RESOURCE_FOUND
=
"Firewal rules for
${
MASTER_NAME
}
-https"
KUBE_RESOURCE_FOUND
=
"Firewal
l
rules for
${
MASTER_NAME
}
-https"
return
1
return
1
fi
fi
if
gcloud compute firewall-rules describe
--project
"
${
PROJECT
}
"
"
${
MINION_TAG
}
-all"
&>/dev/null
;
then
if
gcloud compute firewall-rules describe
--project
"
${
PROJECT
}
"
"
${
MINION_TAG
}
-all"
&>/dev/null
;
then
KUBE_RESOURCE_FOUND
=
"Firewal rules for
${
MASTER_NAME
}
-all"
KUBE_RESOURCE_FOUND
=
"Firewal
l
rules for
${
MASTER_NAME
}
-all"
return
1
return
1
fi
fi
...
...
examples/openshift-origin/openshift-startup.log
0 → 100644
View file @
d581d1f6
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