Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
https-github-com-Danuphon
/
kubernetes
Public
forked from
kubernetes/kubernetes
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
kubernetes
staging
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 28, 2019
Merge pull request #86685 from yangl900/stop-retry-bad-request
Show description for 0a496e3
k8s-ci-robot
authored
0a496e3
View commit details
Copy full SHA for 0a496e3
View code at this point
Browse repository at this point
fix: test failures
yangl900
committed
6359080
View commit details
Copy full SHA for 6359080
View code at this point
Browse repository at this point
fix: azure error should not retry on bad reqeust
yangl900
committed
ece8aef
View commit details
Copy full SHA for ece8aef
View code at this point
Browse repository at this point
Commits on Dec 27, 2019
Merge pull request #86650 from RainbowMango/pr_testapi_cleanup
Show description for f1cbbda
k8s-ci-robot
authored
f1cbbda
View commit details
Copy full SHA for f1cbbda
View code at this point
Browse repository at this point
Cleanup testapi after it has been removed
RainbowMango
committed
eea91c0
View commit details
Copy full SHA for eea91c0
View code at this point
Browse repository at this point
Merge pull request #85123 from danielqsj/apierrs
Show description for 4158e7c
k8s-ci-robot
authored
4158e7c
View commit details
Copy full SHA for 4158e7c
View code at this point
Browse repository at this point
Merge pull request #85975 from ldx/azure-fix-nilptr
Show description for 6f61072
k8s-ci-robot
authored
6f61072
View commit details
Copy full SHA for 6f61072
View code at this point
Browse repository at this point
Commits on Dec 26, 2019
Use Deployment in sample-apiserver examples
Show description for b8b846c
ialidzhikov
committed
b8b846c
View commit details
Copy full SHA for b8b846c
View code at this point
Browse repository at this point
add missing alias of api errors under test
danielqsj
committed
6596a14
View commit details
Copy full SHA for 6596a14
View code at this point
Browse repository at this point
unify alias of api errors under pkg and staging
danielqsj
committed
5bc0e26
View commit details
Copy full SHA for 5bc0e26
View code at this point
Browse repository at this point
Commits on Dec 25, 2019
Merge pull request #86555 from feiskyer/azure-retry-error
Show description for 6c1080b
k8s-ci-robot
authored
6c1080b
View commit details
Copy full SHA for 6c1080b
View code at this point
Browse repository at this point
Commits on Dec 24, 2019
Clean up kube-apiserver reference document
hase1128
committed
49b6e40
View commit details
Copy full SHA for 49b6e40
View code at this point
Browse repository at this point
Swith to retry.Error for Azure cloud provider
feiskyer
committed
1fd59cf
View commit details
Copy full SHA for 1fd59cf
View code at this point
Browse repository at this point
Use retry.Error for all Azure clients
feiskyer
committed
3e10dbd
View commit details
Copy full SHA for 3e10dbd
View code at this point
Browse repository at this point
Add retry Error definition
feiskyer
committed
cc09b3a
View commit details
Copy full SHA for cc09b3a
View code at this point
Browse repository at this point
Commits on Dec 23, 2019
fix kubectl run help image name
hbceylan
committed
5b4a774
View commit details
Copy full SHA for 5b4a774
View code at this point
Browse repository at this point
Merge pull request #86515 from feiskyer/separate-limit
Show description for 92e0de3
k8s-ci-robot
authored
92e0de3
View commit details
Copy full SHA for 92e0de3
View code at this point
Browse repository at this point
Add logs for rate limit values
feiskyer
committed
32e1c03
View commit details
Copy full SHA for 32e1c03
View code at this point
Browse repository at this point
Commits on Dec 22, 2019
Merge pull request #86502 from levimm/fixAzureLB
Show description for 4f70231
k8s-ci-robot
authored
4f70231
View commit details
Copy full SHA for 4f70231
View code at this point
Browse repository at this point
Merge pull request #86346 from SataQiu/bump-utils-20191217
Show description for 2d310b1
k8s-ci-robot
authored
2d310b1
View commit details
Copy full SHA for 2d310b1
View code at this point
Browse repository at this point
Merge pull request #86470 from stcheng/auth_unit_test
Show description for 42c81a2
k8s-ci-robot
authored
42c81a2
View commit details
Copy full SHA for 42c81a2
View code at this point
Browse repository at this point
Change Azure global rate limit to per client
feiskyer
committed
52435c0
View commit details
Copy full SHA for 52435c0
View code at this point
Browse repository at this point
format test file
levimm
committed
d564e73
View commit details
Copy full SHA for d564e73
View code at this point
Browse repository at this point
Add unit tests for pkg azure/auth
Show description for b264a74
Shu0t1an Cheng
committed
b264a74
View commit details
Copy full SHA for b264a74
View code at this point
Browse repository at this point
Commits on Dec 21, 2019
fix azure cloud provider bug when lb specified in other resource group
levimm
committed
e4c87c2
View commit details
Copy full SHA for e4c87c2
View code at this point
Browse repository at this point
bump k8s.io/utils version
SataQiu
committed
2497a12
View commit details
Copy full SHA for 2497a12
View code at this point
Browse repository at this point
Merge pull request #86385 from andyzhangx/azuredisk-port-code
Show description for 183a3e5
k8s-ci-robot
authored
183a3e5
View commit details
Copy full SHA for 183a3e5
View code at this point
Browse repository at this point
Merge pull request #86490 from aojea/ipv6cert
Show description for 18cc21e
k8s-ci-robot
authored
18cc21e
View commit details
Copy full SHA for 18cc21e
View code at this point
Browse repository at this point
Merge pull request #86416 from sshukun/fix-golint-failure
Show description for 3c854d6
k8s-ci-robot
authored
3c854d6
View commit details
Copy full SHA for 3c854d6
View code at this point
Browse repository at this point
Merge pull request #86382 from wojtek-t/remove_default_convert
Show description for 0e13e5c
k8s-ci-robot
authored
0e13e5c
View commit details
Copy full SHA for 0e13e5c
View code at this point
Browse repository at this point
Merge pull request #86294 from enj/enj/i/negative_disable_kms_cache
Show description for 54c255e
k8s-ci-robot
authored
54c255e
View commit details
Copy full SHA for 54c255e
View code at this point
Browse repository at this point
Commits on Dec 20, 2019
Merge pull request #86013 from carlosedp/ginkgo_bump
Show description for 4ff6928
k8s-ci-robot
authored
4ff6928
View commit details
Copy full SHA for 4ff6928
View code at this point
Browse repository at this point
Merge pull request #86338 from gossion/guwe/k8s
Show description for 6f4ec3e
k8s-ci-robot
authored
6f4ec3e
View commit details
Copy full SHA for 6f4ec3e
View code at this point
Browse repository at this point
apiserver: add localhost to alternateDNS for IPv6
Show description for 29ec87f
aojea
committed
29ec87f
View commit details
Copy full SHA for 29ec87f
View code at this point
Browse repository at this point
Merge pull request #83437 from matthyx/startupprobe-beta
Show description for 9fa1e00
k8s-ci-robot
authored
9fa1e00
View commit details
Copy full SHA for 9fa1e00
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.