Justin SB
207cbd5ebd
Improved release process docs
...
Even if we didn't pull over SSH (for example if we're running in CI),
we need to push the branch with over ssh.
2019-04-07 17:18:07 -07:00
Kubernetes Prow Robot
5a2f035e04
Merge pull request #6640 from chrisz100/master
...
Added reminder to publish conformance results in release process
2019-03-19 22:20:22 -07:00
Christian Jantz
e6ca196d8a
Added reminder to publish conformance results in release process
2019-03-19 20:28:49 +01:00
Kubernetes Prow Robot
129d3fa6cb
Merge pull request #5818 from justinsb/new_kubernetes_version
...
docs: create checklist for new kubernetes version
2019-03-17 03:14:56 -07:00
Kubernetes Prow Robot
279c1a443f
Merge pull request #6247 from rj03hou/patch-1
...
Update rolling_update.md
2019-03-14 18:34:57 -07:00
Justin SB
b40c9034bd
kops version: Add --short flag, use it to get version in scripts
...
We upload to a location that includes the version, but we need to
specify the version in KOPS_BASE_URL. We expose an option to make
`kops version` more amenable to this scripting.
2019-01-22 22:27:33 -05:00
Pharb
0daf792676
Update docs/development/rolling_update.md
...
Co-Authored-By: rj03hou <rj03hou@gmail.com>
2018-12-31 17:25:52 +08:00
Kubernetes Prow Robot
916a8f34ed
Merge pull request #6233 from justinsb/gcs_upload
...
Create dev-upload tasks, for a faster upload during dev builds
2018-12-29 19:43:03 -08:00
Justin Santa Barbara
daaba255e0
release process: add the relnotes command
2018-12-25 07:28:10 -05:00
rj03hou
15d45d8b41
Update rolling_update.md
...
modify the document, add the checks before rolling.
2018-12-21 17:30:26 +08:00
Justin SB
6deaa76ec1
Document how to update an existing vendored dependency
2018-12-20 13:00:59 -05:00
Justin SB
a3a48e9078
Create dev-upload tasks, for a faster upload during dev builds
2018-12-20 11:37:30 -05:00
mikesplain
72b331ca44
Update docs, removing brew --devel
2018-11-27 10:25:44 -05:00
SataQiu
0550d8d4e8
fix the typos
2018-10-19 17:35:26 +08:00
SataQiu
25140b43e2
fix typo: remove duplicate words
2018-10-06 09:19:26 +08:00
Justin Santa Barbara
c4b8fd5fa5
docs: create checklist for new kubernetes version
2018-09-22 15:48:10 -04:00
Levi Blackstone
c4e2db4afc
Vendor servergroup module from gophercloud
...
* Bump gophercloud sha to f29afc2
* Add a prereq check for bazel and dep which is needed by `make dep-ensure`
* Document the process to add a vendored dependency
2018-08-30 11:25:54 -06:00
Levi Blackstone
6be9dc6cf4
Add docs on debugging the kops binary
2018-08-15 13:37:35 -06:00
Gijs Kunze
09f5c68dd8
Updated documentation
2018-06-29 11:39:21 +02:00
AdamDang
ddf5175342
Update documentation.md
2018-06-20 10:05:42 +08:00
AdamDang
0f9ccbfee2
Typo fix in documentation.md
...
Line 5: for it's CLI implementation->for its CLI implementation
Line 20: that these are ->that are
2018-06-19 23:05:10 +08:00
Mike Splain
92a05287c4
Fix typo in api_updates
2018-04-06 13:04:35 -04:00
Justin Santa Barbara
b914c09f21
Document the ports we use, to avoid conflicts
2018-04-03 06:48:43 -07:00
AdamDang
6e498cb3f9
Typo "offical"->"official"
...
It should be "official" here.
2018-03-10 09:57:51 +08:00
Mike Splain
571f1a08f3
Update docs
2018-02-25 23:00:58 -05:00
chrislovecnm
6a4bd4836d
removing old dependencies document
2018-02-12 21:47:13 -07:00
Justin Santa Barbara
9fc7c3759b
Add notes for 1.8.1 release
...
Version will not be updated on master branch, as it is already on the
1.9 train.
2018-02-11 22:07:20 -05:00
Peter Rifel
7608bcac3c
Fix docs typos
2017-12-28 15:10:13 -08:00
Justin Santa Barbara
f2373c8847
Add list of PRs for 1.8.0 release
2017-12-03 02:04:01 -05:00
Mike Splain
71a32f2cf9
Fix brew docs typo
2017-11-28 13:41:43 -05:00
Mike Splain
ef30f0ea49
Add homebrew devel/HEAD notes to docs and cleanup
...
Added to brew in https://github.com/Homebrew/homebrew-core/pull/20464
2017-11-16 16:29:09 -05:00
Justin Santa Barbara
148a65e1ad
Fix CNI CPU allocations
...
* Limit each CNI provider to 100m
* Remove CPU limits - they cause serious problems
(https://github.com/kubernetes/kubernetes/issues/51135 ), but this also
makes the CPU allocation less problematic.
* Bump versions and start introducing the `-kops.1` suffix preemptively.
* Upgrade flannel to 0.9.0 as it fixes a lot.
2017-11-13 01:28:40 -05:00
Justin Santa Barbara
aff2e6a114
Fix resources for etcd-events
...
etcd-events only requests 100m, otherwise we run out of cpu on a 1
core master.
2017-11-13 00:34:39 -05:00
Manuel de Brito Fontes
236cb0f188
Add makefile target to check markdown links
2017-11-02 19:19:15 -03:00
Kubernetes Submit Queue
59735b8957
Merge pull request #3585 from justinsb/fix_old_custom_build
...
Automatic merge from submit-queue.
Fix old custom build instructions
2017-10-10 11:10:53 -07:00
Mike Splain
b4de894ea8
Update homebrew release docs.
...
`brew bump-formula-pr` has simplified the process for updating brew
forumla
2017-10-10 13:32:43 -04:00
Justin Santa Barbara
8fb35963af
Fix old custom build instructions
...
Also we need to explicitly call kops-install now
2017-10-10 07:37:25 -04:00
Justin Santa Barbara
49e2f03308
Release docs update git push command
...
The command to push to the release branch was wrong, which meant the
release branch wasn't getting updated.
2017-10-10 06:30:33 -04:00
Kubernetes Submit Queue
518e97d97b
Merge pull request #3510 from justinsb/bazel
...
Automatic merge from submit-queue.
Initial bazel support
Builds on the 1.8 version bump
The "trick" is to strip the BUILD & BUILD.bazel files from the vendor-ed deps.
Will rebase after 1.8 version bump merges.
2017-10-03 01:19:27 -07:00
Justin Santa Barbara
8b6e2eb8ad
docs: clean up installation instructions
2017-10-03 00:37:51 -04:00
Justin Santa Barbara
87b6ba6b19
Initial bazel support
2017-10-02 14:27:20 -04:00
Rajadeepan D Ramesh
ffc3aa5c8d
Fix Broken Link
...
Fix Broken Link
2017-08-25 02:14:35 +05:30
AlexB138
e84791a5d2
Striking unnecessary and incorrect conversion-gen instruction
2017-07-28 18:46:47 -04:00
prashima
56a68cabf3
Added documentation for vSphere support status.
2017-07-01 14:08:53 -04:00
chrislovecnm
bbcc0f36c3
Documentation updates
2017-06-30 15:33:37 -06:00
Justin Santa Barbara
0dcee37b13
Add git push to release notes
2017-06-16 00:01:46 -04:00
Stefano Vozza
cb5c6cb856
Adds instructions for developing in Docker
2017-05-12 12:20:49 +01:00
Justin Santa Barbara
c8b18be9dd
Gossip backed DNS
2017-04-25 01:32:21 -04:00
Justin Santa Barbara
5d8ad211e2
Merge pull request #2405 from chrislovecnm/rolling-update-diagrams
...
Adding a diagram covering rolling updates.
2017-04-25 00:20:55 -04:00
Justin Santa Barbara
787803f32b
Merge pull request #2410 from reactiveops/cli-docs-proposal
...
Proposes standards for grammar for Cobra CLI Docs
2017-04-25 00:11:10 -04:00
Eric Hole
0842e737a5
Proposes standards for grammar for CLI
2017-04-22 18:55:34 -04:00
chrislovecnm
a3e4cdec0c
updating with source files
2017-04-22 12:43:41 -06:00
chrislovecnm
ea3d909f60
Adding a diagram covering rolling updates.
2017-04-22 10:09:45 -06:00
Miao Luo
de72c50a0d
Change the default image name for vsphere provider and other minor fix.
2017-04-20 23:38:33 -07:00
Miao Luo
58197e6dab
Support user-defined s3 endpoint.
...
When Environment variable S3_ENDPOINT is not empty, kops will use
the bucket on this specific s3 endpoint, instead of using AWS S3
by default.
2017-04-20 23:38:32 -07:00
Miao Luo
b15014f9a3
Address review comments and add installing instructions.
2017-04-20 23:37:41 -07:00
prashima
074791b446
Removed hardcode from protokube logic. Fixes #15 . ( #46 )
2017-04-20 23:37:40 -07:00
prashima
5c92bc6a2d
Added featureflag for vSphere cloud. Fixes #26 . ( #29 )
2017-04-20 23:37:40 -07:00
Abrar Shivani
d65adc6834
Update readme to include command to launch cluster for vSphere CloudProvider
2017-04-20 23:37:19 -07:00
prashima
fc8faea2c8
Fixed environment variable setting process for vSphere. ( #16 )
2017-04-20 23:37:19 -07:00
prashima
bc3e8c3734
Added code to enable nodeup and protokube building and execution for vSphere VM ( #11 )
...
* Added code to enable nodeup and protokube building and execution for vSphere VM.
* Fixed nodeup template for vSphere.
2017-04-20 23:37:19 -07:00
Miao Luo
c5519c0009
Add CoreDNS support into DNS controller addon image.
2017-04-20 23:33:21 -07:00
Miao Luo
4f98f5b47e
Use CoreDNS for vSphere provider ( #2 )
...
* Add support of CoreDNS for vSphere provider.
* Add instructions about how to setup CoreDNS for vSphere provider.
* Address comments for CoreDNS support code.
2017-04-20 23:33:20 -07:00
prashima
e51e841d0c
Added vSphere volumes to protokube, updated vSphere testing doc and makefile. ( #1 )
...
* Add vSphere volumes to protokube. Update vSphere testing doc and makefile.
* Updated vsphere_volume to get correct IP. Addressed comments.
2017-04-20 23:33:20 -07:00
Justin Santa Barbara
9b4707f347
Link to shipbot; fix makefile target
2017-03-30 10:52:29 -04:00
Justin Santa Barbara
5a539882b0
Version updates for kops 1.6.0-alpha.1
2017-03-30 01:08:55 -04:00
Justin Santa Barbara
853a8edc28
More notes on release branches
...
Fix #2040
2017-03-15 10:02:20 -04:00
Justin Santa Barbara
fa10d5e0ff
Update release notes with branches
2017-03-10 23:59:13 -05:00
Kris Nova
2a5dd3f261
Fixing concerns from review
...
Fixing shell script pointer to nodeup.go from GCE
2017-02-28 15:34:58 -07:00
Kris Nova
fc656bcdcd
Adding internal docs
2017-02-21 11:23:20 -07:00
Justin Santa Barbara
629acde255
Update release docs - channel info
2017-02-07 01:52:33 -05:00
Justin Santa Barbara
2f884c53df
Release notes
2017-02-06 21:38:03 -05:00
Justin Santa Barbara
18c4d3dac5
Merge pull request #1040 from DualSpark/docs-updates
...
updating base docs to match close to kubernetes-template-project
2017-01-19 10:47:12 -05:00
Zach Loafman
7079729f26
Revert "Revert "Load protokube from http/https""
2017-01-04 09:32:24 -08:00
Zach Loafman
d69fd6989c
Revert "Load protokube from http/https"
2017-01-04 07:54:20 -08:00
Justin Santa Barbara
95a4069fad
Recognize KOPS_BASE_URL, fallback to KOPS_URL
...
KOPS_URL feels a little too generic
2017-01-03 10:18:49 -05:00
Justin Santa Barbara
5d6d0f5f5d
Load protokube from http/https
...
This helps us treat protokube as being paired with nodeup, and is a step
towards registry-less deployments (and isolated deployments) along with
moving away from our deprecated gcr.io usage.
2016-12-31 15:21:20 -05:00
Justin Santa Barbara
3528a67a26
Add links & hints
2016-12-20 11:20:23 -05:00
Justin Santa Barbara
24e9d2fb07
Add note about need for && make
2016-12-20 11:15:32 -05:00
Justin Santa Barbara
39a1ecaec4
Initial doc for API machinery
...
Fix #1164
2016-12-20 10:56:27 -05:00
chrislovecnm
9c113d0a26
updating base docs to match close to kubernetes-template-project
2016-12-19 22:02:58 -07:00
vendrov
3a9ffd1f92
Fix broken link of cluster_spec.md
2016-12-12 17:04:22 +02:00
Kris Childress
7242d91e24
Merge pull request #989 from WillPlatnick/brew_docs
...
Add brew install documentation
2016-12-04 06:00:26 -07:00
Will Platnick
9e6323afdd
Update Homebrew documentation
2016-12-02 11:12:46 -06:00
chrislovecnm
1234d62a62
moving adding a feature docs to development
2016-11-28 20:01:56 -07:00
Chris Love
b5646694a6
Merge pull request #807 from justinsb/master_resources
...
Reduce CPURequests, so we can run on 1 core machine
2016-11-15 13:34:49 -07:00
chrislovecnm
5a04922e5e
base docs
2016-11-13 00:14:29 -05:00
Billy Shambrook
cca9d62265
Add a development doc about general documentation guidelines
2016-11-08 12:02:48 +00:00
Billy Shambrook
aa2e394120
promote imperative git commit messages.
2016-11-05 18:21:09 +00:00
Billy Shambrook
f38108ce7c
add 'how to add new dependencies' to development docs.
2016-11-05 18:15:11 +00:00
Justin Santa Barbara
46e5b724cf
Reduce CPURequests, so we can run on 1 core machine
...
Fix #776
2016-11-04 00:41:51 -04:00
Justin Santa Barbara
634e1e3c9c
Add docs on how to update a dependency
2016-11-03 23:56:05 -04:00
Justin Santa Barbara
d7a2b0ba39
Add doc for our approach to dependencies
2016-10-15 13:26:41 -04:00