mirror of
				https://github.com/traefik/traefik.git
				synced 2025-11-04 02:11:15 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# Feature Deprecation Notices
 | 
						|
 | 
						|
This page is maintained and updated periodically to reflect our roadmap and any decisions around feature deprecation.
 | 
						|
 | 
						|
| Feature                                                                                                              | Deprecated | End of Support | Removal |
 | 
						|
|----------------------------------------------------------------------------------------------------------------------|------------|----------------|---------|
 | 
						|
| [Kubernetes Ingress API Version `networking.k8s.io/v1beta1`](#kubernetes-ingress-api-version-networkingk8siov1beta1) | N/A        | N/A            | 3.0     |
 | 
						|
| [CRD API Version `apiextensions.k8s.io/v1beta1`](#kubernetes-ingress-api-version-networkingk8siov1beta1)             | N/A        | N/A            | 3.0     |
 | 
						|
 | 
						|
## Impact
 | 
						|
 | 
						|
### Kubernetes Ingress API Version `networking.k8s.io/v1beta1`
 | 
						|
 | 
						|
The Kubernetes Ingress API Version `networking.k8s.io/v1beta1` support is removed in v3. 
 | 
						|
Please use the API Group `networking.k8s.io/v1` instead.
 | 
						|
 | 
						|
### Traefik CRD Definitions API Version `apiextensions.k8s.io/v1beta1`
 | 
						|
 | 
						|
The Traefik CRD definitions API Version `apiextensions.k8s.io/v1beta1` support is removed in v3.
 | 
						|
Please use the API Group `apiextensions.k8s.io/v1` instead.
 |