Commit Graph

132 Commits

Author SHA1 Message Date
Peter Rifel 9f67420120
Cleanup syntax highlighting and misc markdown cleanup 2020-06-08 22:12:32 -05:00
John Gardiner Myers e88e0cf7ec Remove code supporting dropped k8s versions 2020-06-04 12:11:51 -07:00
Ciprian Hacman 73c7b56600 Update docs referencing the push-aws-run target 2020-06-03 07:46:30 +03:00
Justin SB 68b826328d Update set-version script to bump tag in Makefile
I had forgotten to automatically bump the
KUBE_APISERVER_HEALTHCHECK_TAG in the Makefile.

Also add pushing the image to the release procedure.
2020-05-31 12:45:36 -04:00
John Gardiner Myers 65a0ef5237 Add reference to api_updates.md 2020-05-29 09:07:10 -07:00
John Gardiner Myers c1562291d7 Update adding_a_feature.md with more modern example 2020-05-28 23:19:14 -07:00
Justin SB 15efe33ad7 Release notes for 1.18.0-alpha.3 2020-05-06 08:52:44 -04:00
Ole Markus With 8d6c393623
Apply suggestions from code review
Co-Authored-By: Peter Rifel <rifelpet@users.noreply.github.com>
2020-04-18 15:29:19 +02:00
Ole Markus With cfa19844f2
Update docs/development/testing.md
Co-Authored-By: Ciprian Hacman <ciprianhacman@gmail.com>
2020-04-18 14:59:43 +02:00
Ole Markus With 67b289510f Update the testing page
* Use kubetest for running e2e
* A section on unit/integration tests
2020-04-18 10:52:11 +02:00
Justin SB c5d33a2464 Update build instructions for dns controller
Now we're building it with bazel, we no longerger need the
old (pre-bazel) form.
2020-04-05 17:39:22 -04:00
John Gardiner Myers b645dac752 Remove support for v1alpha1 and before 2020-03-24 19:49:15 -07:00
John Gardiner Myers 9187f3bd8d Update rolling update documentation 2020-03-04 10:24:13 -08:00
Peter Rifel b6ac521d99 Cleanup release documentation
There were two redundant pages so I consolidated the older less-touched page into the newer page.

I also added instructions for cutting new release branches.
This list may be incomplete but we can fill in any gaps later.
2020-02-28 13:44:56 -06:00
Justin SB 666f5dfde7
Update release process
* We need to publish kops-controller image
* Including experimental hack/set-version script that should help with rolling versions
2020-02-27 09:34:26 -05:00
John Gardiner Myers bb959bd107 Fix broken link 2020-01-03 20:08:47 -08:00
Kubernetes Prow Robot ebb111d23a
Merge pull request #8052 from yuxiaobo96/kops-links
fix 404 urls
2019-12-16 14:51:39 -08:00
yuxiaobo 7cf24a5c0a fix 404 urls
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
2019-12-16 12:53:14 +08:00
John Gardiner Myers f9fa3a3b31 Update documentation of go version requirement 2019-12-11 15:50:38 -08:00
GuyTempleton 4b41eb2435
Docs: More List fixes 2019-12-11 09:30:33 +00:00
GuyTempleton 80d05cd28f
Fix some broken development docs links 2019-12-10 10:11:59 +00:00
Kubernetes Prow Robot f803a2e093
Merge pull request #7907 from johngmyers/fix-doc
Change doc cross-references from absolute to relative links
2019-11-21 19:07:28 -08:00
tanjunchen b67a656ece fix 404 urls in docs 2019-11-18 14:24:22 +08:00
Peter Rifel 4797189ba7 Update vendoring documentation for go modules 2019-11-17 10:20:55 -06:00
John Gardiner Myers c22dc15467 Change doc cross-references from absolute to relative links 2019-11-10 10:40:11 -08:00
Justin SB ab9d3335e0
Release notes for 1.14.1 2019-11-07 22:37:49 -05:00
Kubernetes Prow Robot 18cfa5f5b2
Merge pull request #7593 from mikesplain/docs_site_map
Docs cleanup / mkdocs migration
2019-10-25 08:31:40 -07:00
Justin SB b6862103bb
Change default port for memberlist from 3997
We had a port collision on 3997; change the default memberlist ports
to avoid the collision (we haven't shipped a release with this in it).

Also create a go file so that we can use constants to keep track of
our port numbers, rather than magic values.
2019-10-14 07:26:27 -04:00
Peter Rifel 5ba50ef022 update documentation for api changes now that CRDs are being verified 2019-10-11 07:41:51 -07:00
Justin SB f26f09e7c4
Docs: Adding a doc on how to propose a cherry-pick 2019-10-01 09:44:35 -04:00
Justin SB 7fb83d9918
Update instructions for pushing images 2019-09-25 12:48:09 -04:00
Justin SB 728e582360
Fill out kops controller functionality
k8s 1.16 requires that we move label setting away from the kubelet, to
a central controller.  kops-controller is that controller.
2019-09-25 12:04:34 -04:00
mikesplain f21e0d98ff Condense updates and upgrades 2019-09-19 21:16:11 -04:00
mikesplain 89af1ea053 Clarified 2019-09-09 15:18:21 -04:00
mikesplain c2d3367513 Add a few docs comments on gomod and bazel 2019-09-09 15:18:21 -04:00
Kubernetes Prow Robot 9c515f9650
Merge pull request #7449 from justinsb/publish_nodeup
Add nodeup to shipbot targets for release upload
2019-08-22 07:10:55 -07:00
Justin SB 9caea8b265
Add nodeup to shipbot targets for release upload
I had omitted it previously, so it wasn't getting copied to mirrors.
2019-08-22 00:57:20 -04:00
Justin SB bed9d2e0a2
Add relnotes for 1.14.0-beta.1
Also update the release guide a little bit.
2019-08-21 11:23:32 -04:00
Justin SB cd829c1a09
makefile: add gazelle alias for bazel-gazelle 2019-05-05 13:14:44 -04:00
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